WSCygnusCore


Click here for a complete list of operations.

WS_OPERACION_WEB_ACT_DATOS

Realiza la operación de la actualización de datos en la entidad

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 /WSCygnus_ActDat/WSClientCygnus.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.ebssystem.com/WS_OPERACION_WEB_ACT_DATOS"

<?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>
    <WS_OPERACION_WEB_ACT_DATOS xmlns="http://www.ebssystem.com">
      <xi_consec>string</xi_consec>
      <xi_tipo_cliente>string</xi_tipo_cliente>
      <xi_codigo>string</xi_codigo>
      <xc_domicilio>string</xc_domicilio>
      <xd_ingresos>string</xd_ingresos>
      <xc_telefono>string</xc_telefono>
      <xi_oficina>string</xi_oficina>
      <xc_e_mail>string</xc_e_mail>
      <xi_cod_emp>string</xi_cod_emp>
      <xi_cargo>string</xi_cargo>
      <xi_per_tran_col>string</xi_per_tran_col>
      <xi_per_tran_dol>string</xi_per_tran_dol>
      <xi_rep_legal>string</xi_rep_legal>
      <xc_razon_soc>string</xc_razon_soc>
      <xc_sigla>string</xc_sigla>
      <xi_estado>string</xi_estado>
      <xi_cod_usu>string</xi_cod_usu>
      <operacion>string</operacion>
      <xi_estrato>string</xi_estrato>
      <xc_barrio>string</xc_barrio>
      <xi_ciudadRes>string</xi_ciudadRes>
      <xc_estado_civil>string</xc_estado_civil>
      <xc_per_car>string</xc_per_car>
      <xc_ocupacion>string</xc_ocupacion>
      <xc_tipo_cont>string</xc_tipo_cont>
      <xc_telefono_emp>string</xc_telefono_emp>
      <xc_dir_emp>string</xc_dir_emp>
      <xc_departamento_emp>string</xc_departamento_emp>
      <xc_ciudad_empresa>string</xc_ciudad_empresa>
      <xc_i_cod_sector>string</xc_i_cod_sector>
      <xc_i_nivel_estudio>string</xc_i_nivel_estudio>
      <xc_i_mujer_fam>string</xc_i_mujer_fam>
      <xc_telefono_cel>string</xc_telefono_cel>
      <xc_fecha_ing_emp>string</xc_fecha_ing_emp>
      <xc_i_tipo_vivienda>string</xc_i_tipo_vivienda>
      <usuario>string</usuario>
      <contraseña>string</contraseña>
    </WS_OPERACION_WEB_ACT_DATOS>
  </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>
    <WS_OPERACION_WEB_ACT_DATOSResponse xmlns="http://www.ebssystem.com">
      <WS_OPERACION_WEB_ACT_DATOSResult>boolean</WS_OPERACION_WEB_ACT_DATOSResult>
    </WS_OPERACION_WEB_ACT_DATOSResponse>
  </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 /WSCygnus_ActDat/WSClientCygnus.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>
    <WS_OPERACION_WEB_ACT_DATOS xmlns="http://www.ebssystem.com">
      <xi_consec>string</xi_consec>
      <xi_tipo_cliente>string</xi_tipo_cliente>
      <xi_codigo>string</xi_codigo>
      <xc_domicilio>string</xc_domicilio>
      <xd_ingresos>string</xd_ingresos>
      <xc_telefono>string</xc_telefono>
      <xi_oficina>string</xi_oficina>
      <xc_e_mail>string</xc_e_mail>
      <xi_cod_emp>string</xi_cod_emp>
      <xi_cargo>string</xi_cargo>
      <xi_per_tran_col>string</xi_per_tran_col>
      <xi_per_tran_dol>string</xi_per_tran_dol>
      <xi_rep_legal>string</xi_rep_legal>
      <xc_razon_soc>string</xc_razon_soc>
      <xc_sigla>string</xc_sigla>
      <xi_estado>string</xi_estado>
      <xi_cod_usu>string</xi_cod_usu>
      <operacion>string</operacion>
      <xi_estrato>string</xi_estrato>
      <xc_barrio>string</xc_barrio>
      <xi_ciudadRes>string</xi_ciudadRes>
      <xc_estado_civil>string</xc_estado_civil>
      <xc_per_car>string</xc_per_car>
      <xc_ocupacion>string</xc_ocupacion>
      <xc_tipo_cont>string</xc_tipo_cont>
      <xc_telefono_emp>string</xc_telefono_emp>
      <xc_dir_emp>string</xc_dir_emp>
      <xc_departamento_emp>string</xc_departamento_emp>
      <xc_ciudad_empresa>string</xc_ciudad_empresa>
      <xc_i_cod_sector>string</xc_i_cod_sector>
      <xc_i_nivel_estudio>string</xc_i_nivel_estudio>
      <xc_i_mujer_fam>string</xc_i_mujer_fam>
      <xc_telefono_cel>string</xc_telefono_cel>
      <xc_fecha_ing_emp>string</xc_fecha_ing_emp>
      <xc_i_tipo_vivienda>string</xc_i_tipo_vivienda>
      <usuario>string</usuario>
      <contraseña>string</contraseña>
    </WS_OPERACION_WEB_ACT_DATOS>
  </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>
    <WS_OPERACION_WEB_ACT_DATOSResponse xmlns="http://www.ebssystem.com">
      <WS_OPERACION_WEB_ACT_DATOSResult>boolean</WS_OPERACION_WEB_ACT_DATOSResult>
    </WS_OPERACION_WEB_ACT_DATOSResponse>
  </soap12:Body>
</soap12:Envelope>