WSSimuladorCreditoFecoomeva


Click here for a complete list of operations.

creaCredito

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

<?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>
    <creaCredito xmlns="WSSimuladorCreditoFecoomeva">
      <pws_monto>string</pws_monto>
      <pws_nro_cuotas>string</pws_nro_cuotas>
      <pws_fecha_sol>string</pws_fecha_sol>
      <pws_val_recog>string</pws_val_recog>
      <pws_cod_credi>string</pws_cod_credi>
      <pws_form_plazo>string</pws_form_plazo>
      <pws_identific>string</pws_identific>
      <pws_form_periodic>string</pws_form_periodic>
      <pws_val_tf1>string</pws_val_tf1>
      <pws_fec_tf1>string</pws_fec_tf1>
      <pws_val_tf2>string</pws_val_tf2>
      <pws_fec_tf2>string</pws_fec_tf2>
      <pws_val_tf3>string</pws_val_tf3>
      <pws_fec_tf3>string</pws_fec_tf3>
      <pws_num_solicitud>string</pws_num_solicitud>
      <pws_estado_credito>string</pws_estado_credito>
      <pws_estado_solicitud>string</pws_estado_solicitud>
      <pws_descripcion>string</pws_descripcion>
      <pws_CuentaInternaXaDesem>string</pws_CuentaInternaXaDesem>
      <pws_forma_pago>string</pws_forma_pago>
      <pws_bd>string</pws_bd>
      <pws_usu>string</pws_usu>
      <pws_psw>string</pws_psw>
    </creaCredito>
  </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>
    <creaCreditoResponse xmlns="WSSimuladorCreditoFecoomeva">
      <creaCreditoResult>
        <R_s_mensaje>string</R_s_mensaje>
        <R_numRadic>string</R_numRadic>
        <R_numDesti>string</R_numDesti>
        <R_Val_cuota>string</R_Val_cuota>
        <R_numPagare>string</R_numPagare>
      </creaCreditoResult>
    </creaCreditoResponse>
  </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 /WSSimuladorCreditoFecomeva/WSSimuladorCreditoFecoomeva.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>
    <creaCredito xmlns="WSSimuladorCreditoFecoomeva">
      <pws_monto>string</pws_monto>
      <pws_nro_cuotas>string</pws_nro_cuotas>
      <pws_fecha_sol>string</pws_fecha_sol>
      <pws_val_recog>string</pws_val_recog>
      <pws_cod_credi>string</pws_cod_credi>
      <pws_form_plazo>string</pws_form_plazo>
      <pws_identific>string</pws_identific>
      <pws_form_periodic>string</pws_form_periodic>
      <pws_val_tf1>string</pws_val_tf1>
      <pws_fec_tf1>string</pws_fec_tf1>
      <pws_val_tf2>string</pws_val_tf2>
      <pws_fec_tf2>string</pws_fec_tf2>
      <pws_val_tf3>string</pws_val_tf3>
      <pws_fec_tf3>string</pws_fec_tf3>
      <pws_num_solicitud>string</pws_num_solicitud>
      <pws_estado_credito>string</pws_estado_credito>
      <pws_estado_solicitud>string</pws_estado_solicitud>
      <pws_descripcion>string</pws_descripcion>
      <pws_CuentaInternaXaDesem>string</pws_CuentaInternaXaDesem>
      <pws_forma_pago>string</pws_forma_pago>
      <pws_bd>string</pws_bd>
      <pws_usu>string</pws_usu>
      <pws_psw>string</pws_psw>
    </creaCredito>
  </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>
    <creaCreditoResponse xmlns="WSSimuladorCreditoFecoomeva">
      <creaCreditoResult>
        <R_s_mensaje>string</R_s_mensaje>
        <R_numRadic>string</R_numRadic>
        <R_numDesti>string</R_numDesti>
        <R_Val_cuota>string</R_Val_cuota>
        <R_numPagare>string</R_numPagare>
      </creaCreditoResult>
    </creaCreditoResponse>
  </soap12:Body>
</soap12:Envelope>