WSEstadoCuentaPagoCoopedac
Click here for a complete list of operations.
Ws_Cupo
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 /WSEstadoCuentaPagoFecomeva/WSEstadoCuentaPagoCoopedac.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "WSEstadoCuentaPagoCoopedac/Ws_Cupo"
<?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_Cupo xmlns="WSEstadoCuentaPagoCoopedac">
<pws_ident_cliente>string</pws_ident_cliente>
<pws_lin_cre>string</pws_lin_cre>
<pws_bd>string</pws_bd>
<pws_usu>string</pws_usu>
<pws_psw>string</pws_psw>
</Ws_Cupo>
</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_CupoResponse xmlns="WSEstadoCuentaPagoCoopedac">
<Ws_CupoResult>
<R_s_cod>string</R_s_cod>
<R_s_estado_clie>string</R_s_estado_clie>
<Res_det_sald>
<Res_Det_Saldo>
<R_s_radicado>string</R_s_radicado>
<R_s_cod_lin>string</R_s_cod_lin>
<R_s_cupo_disp>string</R_s_cupo_disp>
<R_s_cupo_utili>string</R_s_cupo_utili>
<R_s_estado_cupo>string</R_s_estado_cupo>
<R_s_fec_ini>string</R_s_fec_ini>
<R_s_fec_fin>string</R_s_fec_fin>
</Res_Det_Saldo>
<Res_Det_Saldo>
<R_s_radicado>string</R_s_radicado>
<R_s_cod_lin>string</R_s_cod_lin>
<R_s_cupo_disp>string</R_s_cupo_disp>
<R_s_cupo_utili>string</R_s_cupo_utili>
<R_s_estado_cupo>string</R_s_estado_cupo>
<R_s_fec_ini>string</R_s_fec_ini>
<R_s_fec_fin>string</R_s_fec_fin>
</Res_Det_Saldo>
</Res_det_sald>
</Ws_CupoResult>
</Ws_CupoResponse>
</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 /WSEstadoCuentaPagoFecomeva/WSEstadoCuentaPagoCoopedac.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_Cupo xmlns="WSEstadoCuentaPagoCoopedac">
<pws_ident_cliente>string</pws_ident_cliente>
<pws_lin_cre>string</pws_lin_cre>
<pws_bd>string</pws_bd>
<pws_usu>string</pws_usu>
<pws_psw>string</pws_psw>
</Ws_Cupo>
</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_CupoResponse xmlns="WSEstadoCuentaPagoCoopedac">
<Ws_CupoResult>
<R_s_cod>string</R_s_cod>
<R_s_estado_clie>string</R_s_estado_clie>
<Res_det_sald>
<Res_Det_Saldo>
<R_s_radicado>string</R_s_radicado>
<R_s_cod_lin>string</R_s_cod_lin>
<R_s_cupo_disp>string</R_s_cupo_disp>
<R_s_cupo_utili>string</R_s_cupo_utili>
<R_s_estado_cupo>string</R_s_estado_cupo>
<R_s_fec_ini>string</R_s_fec_ini>
<R_s_fec_fin>string</R_s_fec_fin>
</Res_Det_Saldo>
<Res_Det_Saldo>
<R_s_radicado>string</R_s_radicado>
<R_s_cod_lin>string</R_s_cod_lin>
<R_s_cupo_disp>string</R_s_cupo_disp>
<R_s_cupo_utili>string</R_s_cupo_utili>
<R_s_estado_cupo>string</R_s_estado_cupo>
<R_s_fec_ini>string</R_s_fec_ini>
<R_s_fec_fin>string</R_s_fec_fin>
</Res_Det_Saldo>
</Res_det_sald>
</Ws_CupoResult>
</Ws_CupoResponse>
</soap12:Body>
</soap12:Envelope>