WSPersonasCygnus


Click here for a complete list of operations.

WC_ALMACENAR_ACT_SOLICITANTE

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 /App/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_ALMACENAR_ACT_SOLICITANTE"

<?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_ALMACENAR_ACT_SOLICITANTE xmlns="WSPersonasCygnus">
      <ps_identificacion>string</ps_identificacion>
      <s_actividad>string</s_actividad>
      <s_empresa>string</s_empresa>
      <s_fec_ingreso>string</s_fec_ingreso>
      <s_contrato>string</s_contrato>
      <s_cargo>string</s_cargo>
      <s_dir_empresa>string</s_dir_empresa>
      <s_ciudad_empresa>string</s_ciudad_empresa>
      <s_ingreso_principal>string</s_ingreso_principal>
      <s_gastos_obligaciones>string</s_gastos_obligaciones>
      <s_otros_ingresos>string</s_otros_ingresos>
      <s_total_activos>string</s_total_activos>
      <s_total_ingresomes>string</s_total_ingresomes>
      <s_total_pasivo>string</s_total_pasivo>
      <s_renta>string</s_renta>
      <s_declarante_renta>string</s_declarante_renta>
      <s_vivienda>string</s_vivienda>
      <s_prendas_vivienda>string</s_prendas_vivienda>
      <s_vehiculo>string</s_vehiculo>
      <s_prendas_vehiculo>string</s_prendas_vehiculo>
      <s_otros_bienes>string</s_otros_bienes>
      <s_otros_descripcion>string</s_otros_descripcion>
      <s_barrio>string</s_barrio>
      <s_origen_fondos>string</s_origen_fondos>
      <ps_db>string</ps_db>
      <ps_usuario>string</ps_usuario>
      <ps_clave>string</ps_clave>
    </WC_ALMACENAR_ACT_SOLICITANTE>
  </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_ALMACENAR_ACT_SOLICITANTEResponse xmlns="WSPersonasCygnus">
      <WC_ALMACENAR_ACT_SOLICITANTEResult>
        <Respuesta>string</Respuesta>
        <MensajeError>string</MensajeError>
        <Mensaje>string</Mensaje>
      </WC_ALMACENAR_ACT_SOLICITANTEResult>
    </WC_ALMACENAR_ACT_SOLICITANTEResponse>
  </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 /App/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_ALMACENAR_ACT_SOLICITANTE xmlns="WSPersonasCygnus">
      <ps_identificacion>string</ps_identificacion>
      <s_actividad>string</s_actividad>
      <s_empresa>string</s_empresa>
      <s_fec_ingreso>string</s_fec_ingreso>
      <s_contrato>string</s_contrato>
      <s_cargo>string</s_cargo>
      <s_dir_empresa>string</s_dir_empresa>
      <s_ciudad_empresa>string</s_ciudad_empresa>
      <s_ingreso_principal>string</s_ingreso_principal>
      <s_gastos_obligaciones>string</s_gastos_obligaciones>
      <s_otros_ingresos>string</s_otros_ingresos>
      <s_total_activos>string</s_total_activos>
      <s_total_ingresomes>string</s_total_ingresomes>
      <s_total_pasivo>string</s_total_pasivo>
      <s_renta>string</s_renta>
      <s_declarante_renta>string</s_declarante_renta>
      <s_vivienda>string</s_vivienda>
      <s_prendas_vivienda>string</s_prendas_vivienda>
      <s_vehiculo>string</s_vehiculo>
      <s_prendas_vehiculo>string</s_prendas_vehiculo>
      <s_otros_bienes>string</s_otros_bienes>
      <s_otros_descripcion>string</s_otros_descripcion>
      <s_barrio>string</s_barrio>
      <s_origen_fondos>string</s_origen_fondos>
      <ps_db>string</ps_db>
      <ps_usuario>string</ps_usuario>
      <ps_clave>string</ps_clave>
    </WC_ALMACENAR_ACT_SOLICITANTE>
  </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_ALMACENAR_ACT_SOLICITANTEResponse xmlns="WSPersonasCygnus">
      <WC_ALMACENAR_ACT_SOLICITANTEResult>
        <Respuesta>string</Respuesta>
        <MensajeError>string</MensajeError>
        <Mensaje>string</Mensaje>
      </WC_ALMACENAR_ACT_SOLICITANTEResult>
    </WC_ALMACENAR_ACT_SOLICITANTEResponse>
  </soap12:Body>
</soap12:Envelope>