WsProductosCygnus


Click here for a complete list of operations.

deudor_codeudor

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

<?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>
    <deudor_codeudor xmlns="WsProductosCygnus">
      <ps_identificacion>string</ps_identificacion>
      <ps_NumRadic>string</ps_NumRadic>
      <ps_cod_destino>string</ps_cod_destino>
      <ps_bd>string</ps_bd>
      <ps_usuario>string</ps_usuario>
      <ps_clave>string</ps_clave>
    </deudor_codeudor>
  </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>
    <deudor_codeudorResponse xmlns="WsProductosCygnus">
      <deudor_codeudorResult>
        <Resultado>string</Resultado>
        <Mensaje>string</Mensaje>
        <cntCodeudores>string</cntCodeudores>
        <InfoCodeudor>
          <DatosPersona>
            <numeroradicado>string</numeroradicado>
            <codigoCliente>string</codigoCliente>
            <codTipoIdentificacion>string</codTipoIdentificacion>
            <nomTipoIdentificacion>string</nomTipoIdentificacion>
            <identificacion>string</identificacion>
            <nombres>string</nombres>
            <apellidos>string</apellidos>
            <fechaNacimiento>string</fechaNacimiento>
            <estadoActual>string</estadoActual>
            <tipoCliente>string</tipoCliente>
            <nomTipoCliente>string</nomTipoCliente>
            <fechaIngreso>string</fechaIngreso>
            <codEmpresa>string</codEmpresa>
            <nomEmpresa>string</nomEmpresa>
            <direcciones xsi:nil="true" />
            <telefonos xsi:nil="true" />
            <correos xsi:nil="true" />
          </DatosPersona>
          <DatosPersona>
            <numeroradicado>string</numeroradicado>
            <codigoCliente>string</codigoCliente>
            <codTipoIdentificacion>string</codTipoIdentificacion>
            <nomTipoIdentificacion>string</nomTipoIdentificacion>
            <identificacion>string</identificacion>
            <nombres>string</nombres>
            <apellidos>string</apellidos>
            <fechaNacimiento>string</fechaNacimiento>
            <estadoActual>string</estadoActual>
            <tipoCliente>string</tipoCliente>
            <nomTipoCliente>string</nomTipoCliente>
            <fechaIngreso>string</fechaIngreso>
            <codEmpresa>string</codEmpresa>
            <nomEmpresa>string</nomEmpresa>
            <direcciones xsi:nil="true" />
            <telefonos xsi:nil="true" />
            <correos xsi:nil="true" />
          </DatosPersona>
        </InfoCodeudor>
      </deudor_codeudorResult>
    </deudor_codeudorResponse>
  </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 /WsProductosCygnus/WsProductosCygnus.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>
    <deudor_codeudor xmlns="WsProductosCygnus">
      <ps_identificacion>string</ps_identificacion>
      <ps_NumRadic>string</ps_NumRadic>
      <ps_cod_destino>string</ps_cod_destino>
      <ps_bd>string</ps_bd>
      <ps_usuario>string</ps_usuario>
      <ps_clave>string</ps_clave>
    </deudor_codeudor>
  </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>
    <deudor_codeudorResponse xmlns="WsProductosCygnus">
      <deudor_codeudorResult>
        <Resultado>string</Resultado>
        <Mensaje>string</Mensaje>
        <cntCodeudores>string</cntCodeudores>
        <InfoCodeudor>
          <DatosPersona>
            <numeroradicado>string</numeroradicado>
            <codigoCliente>string</codigoCliente>
            <codTipoIdentificacion>string</codTipoIdentificacion>
            <nomTipoIdentificacion>string</nomTipoIdentificacion>
            <identificacion>string</identificacion>
            <nombres>string</nombres>
            <apellidos>string</apellidos>
            <fechaNacimiento>string</fechaNacimiento>
            <estadoActual>string</estadoActual>
            <tipoCliente>string</tipoCliente>
            <nomTipoCliente>string</nomTipoCliente>
            <fechaIngreso>string</fechaIngreso>
            <codEmpresa>string</codEmpresa>
            <nomEmpresa>string</nomEmpresa>
            <direcciones xsi:nil="true" />
            <telefonos xsi:nil="true" />
            <correos xsi:nil="true" />
          </DatosPersona>
          <DatosPersona>
            <numeroradicado>string</numeroradicado>
            <codigoCliente>string</codigoCliente>
            <codTipoIdentificacion>string</codTipoIdentificacion>
            <nomTipoIdentificacion>string</nomTipoIdentificacion>
            <identificacion>string</identificacion>
            <nombres>string</nombres>
            <apellidos>string</apellidos>
            <fechaNacimiento>string</fechaNacimiento>
            <estadoActual>string</estadoActual>
            <tipoCliente>string</tipoCliente>
            <nomTipoCliente>string</nomTipoCliente>
            <fechaIngreso>string</fechaIngreso>
            <codEmpresa>string</codEmpresa>
            <nomEmpresa>string</nomEmpresa>
            <direcciones xsi:nil="true" />
            <telefonos xsi:nil="true" />
            <correos xsi:nil="true" />
          </DatosPersona>
        </InfoCodeudor>
      </deudor_codeudorResult>
    </deudor_codeudorResponse>
  </soap12:Body>
</soap12:Envelope>