WSPersonasCygnus


Click here for a complete list of operations.

WC_CREAR_PERSONAS

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WSPersonasCygnusPruebas/WSPersonasCygnus.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "WSPersonasCygnus/WC_CREAR_PERSONAS"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <WC_CREAR_PERSONAS xmlns="WSPersonasCygnus">
      <p_dfn_nat_codigo>string</p_dfn_nat_codigo>
      <p_w_s_tipodepersona>string</p_w_s_tipodepersona>
      <p_dfs_nat_codaso>string</p_dfs_nat_codaso>
      <pws_identific>string</pws_identific>
      <p_dfn_nat_tipcli>string</p_dfn_nat_tipcli>
      <p_w_n_tipoiden>string</p_w_n_tipoiden>
      <p_dfn_nat_lugexp>string</p_dfn_nat_lugexp>
      <p_w_d_fecexp>string</p_w_d_fecexp>
      <p_dfs_nat_nombres>string</p_dfs_nat_nombres>
      <p_dfs_nat_apellidos>string</p_dfs_nat_apellidos>
      <p_dfn_nat_ciunac>string</p_dfn_nat_ciunac>
      <p_w_d_fecnac>string</p_w_d_fecnac>
      <p_cbs_nat_res_aux>string</p_cbs_nat_res_aux>
      <p_w_d_fecres>string</p_w_d_fecres>
      <p_w_s_sexo>string</p_w_s_sexo>
      <p_s_tesoro>string</p_s_tesoro>
      <p_dfs_nat_estciv>string</p_dfs_nat_estciv>
      <p_dfn_nat_percar>string</p_dfn_nat_percar>
      <p_dfs_nat_cla>string</p_dfs_nat_cla>
      <p_dfs_nat_claint>string</p_dfs_nat_claint>
      <p_dfs_nat_nroact>string</p_dfs_nat_nroact>
      <p_df_nat_rut>string</p_df_nat_rut>
      <p_df_cod_of>string</p_df_cod_of>
      <p_dfn_nacionalidad>string</p_dfn_nacionalidad>
      <p_dfn_nacionalidad2>string</p_dfn_nacionalidad2>
      <p_dfn_NroHijos>string</p_dfn_NroHijos>
      <p_dfs_nat_apellido1>string</p_dfs_nat_apellido1>
      <p_dfs_nat_apellido2>string</p_dfs_nat_apellido2>
      <p_cmb_Estrato>string</p_cmb_Estrato>
      <p_cb_nat_mujer_fam>string</p_cb_nat_mujer_fam>
      <p_cb_operacion_ext>string</p_cb_operacion_ext>
      <p_estado_act>string</p_estado_act>
      <p_w_s_direccion>string</p_w_s_direccion>
      <p_w_n_ciudad>string</p_w_n_ciudad>
      <p_w_s_telefono>string</p_w_s_telefono>
      <p_w_s_direcelec>string</p_w_s_direcelec>
      <ps_i_vinculac_lab>string</ps_i_vinculac_lab>
      <ps_c_asesor_com>string</ps_c_asesor_com>
      <ps_n_salario>string</ps_n_salario>
      <ps_i_nivel_estudio>string</ps_i_nivel_estudio>
      <ps_i_profesion>string</ps_i_profesion>
      <ps_i_cargo>string</ps_i_cargo>
      <ps_i_tipo_cont>string</ps_i_tipo_cont>
      <ps_n_modeloScoring>string</ps_n_modeloScoring>
      <pws_bd>string</pws_bd>
      <pws_usu>string</pws_usu>
      <pws_psw>string</pws_psw>
    </WC_CREAR_PERSONAS>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <WC_CREAR_PERSONASResponse xmlns="WSPersonasCygnus">
      <WC_CREAR_PERSONASResult>string</WC_CREAR_PERSONASResult>
    </WC_CREAR_PERSONASResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WSPersonasCygnusPruebas/WSPersonasCygnus.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <WC_CREAR_PERSONAS xmlns="WSPersonasCygnus">
      <p_dfn_nat_codigo>string</p_dfn_nat_codigo>
      <p_w_s_tipodepersona>string</p_w_s_tipodepersona>
      <p_dfs_nat_codaso>string</p_dfs_nat_codaso>
      <pws_identific>string</pws_identific>
      <p_dfn_nat_tipcli>string</p_dfn_nat_tipcli>
      <p_w_n_tipoiden>string</p_w_n_tipoiden>
      <p_dfn_nat_lugexp>string</p_dfn_nat_lugexp>
      <p_w_d_fecexp>string</p_w_d_fecexp>
      <p_dfs_nat_nombres>string</p_dfs_nat_nombres>
      <p_dfs_nat_apellidos>string</p_dfs_nat_apellidos>
      <p_dfn_nat_ciunac>string</p_dfn_nat_ciunac>
      <p_w_d_fecnac>string</p_w_d_fecnac>
      <p_cbs_nat_res_aux>string</p_cbs_nat_res_aux>
      <p_w_d_fecres>string</p_w_d_fecres>
      <p_w_s_sexo>string</p_w_s_sexo>
      <p_s_tesoro>string</p_s_tesoro>
      <p_dfs_nat_estciv>string</p_dfs_nat_estciv>
      <p_dfn_nat_percar>string</p_dfn_nat_percar>
      <p_dfs_nat_cla>string</p_dfs_nat_cla>
      <p_dfs_nat_claint>string</p_dfs_nat_claint>
      <p_dfs_nat_nroact>string</p_dfs_nat_nroact>
      <p_df_nat_rut>string</p_df_nat_rut>
      <p_df_cod_of>string</p_df_cod_of>
      <p_dfn_nacionalidad>string</p_dfn_nacionalidad>
      <p_dfn_nacionalidad2>string</p_dfn_nacionalidad2>
      <p_dfn_NroHijos>string</p_dfn_NroHijos>
      <p_dfs_nat_apellido1>string</p_dfs_nat_apellido1>
      <p_dfs_nat_apellido2>string</p_dfs_nat_apellido2>
      <p_cmb_Estrato>string</p_cmb_Estrato>
      <p_cb_nat_mujer_fam>string</p_cb_nat_mujer_fam>
      <p_cb_operacion_ext>string</p_cb_operacion_ext>
      <p_estado_act>string</p_estado_act>
      <p_w_s_direccion>string</p_w_s_direccion>
      <p_w_n_ciudad>string</p_w_n_ciudad>
      <p_w_s_telefono>string</p_w_s_telefono>
      <p_w_s_direcelec>string</p_w_s_direcelec>
      <ps_i_vinculac_lab>string</ps_i_vinculac_lab>
      <ps_c_asesor_com>string</ps_c_asesor_com>
      <ps_n_salario>string</ps_n_salario>
      <ps_i_nivel_estudio>string</ps_i_nivel_estudio>
      <ps_i_profesion>string</ps_i_profesion>
      <ps_i_cargo>string</ps_i_cargo>
      <ps_i_tipo_cont>string</ps_i_tipo_cont>
      <ps_n_modeloScoring>string</ps_n_modeloScoring>
      <pws_bd>string</pws_bd>
      <pws_usu>string</pws_usu>
      <pws_psw>string</pws_psw>
    </WC_CREAR_PERSONAS>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <WC_CREAR_PERSONASResponse xmlns="WSPersonasCygnus">
      <WC_CREAR_PERSONASResult>string</WC_CREAR_PERSONASResult>
    </WC_CREAR_PERSONASResponse>
  </soap12:Body>
</soap12:Envelope>