WSListado
Click here for a complete list of operations.
Listado
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 /WSDlgListado/WSListado.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "WS_DlgListado/Listado"
<?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>
<Listado xmlns="WS_DlgListado">
<pws_cols>string</pws_cols>
<pws_tipodato>string</pws_tipodato>
<pws_tit>string</pws_tit>
<pws_titulo>string</pws_titulo>
<pws_codigo>string</pws_codigo>
<pws_tabla>string</pws_tabla>
<pws_condicion>string</pws_condicion>
<pws_orden>string</pws_orden>
<pws_bd>string</pws_bd>
<pws_usu>string</pws_usu>
<pws_psw>string</pws_psw>
</Listado>
</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>
<ListadoResponse xmlns="WS_DlgListado">
<ListadoResult>
<Rs_respuesta>
<string>string</string>
<string>string</string>
</Rs_respuesta>
<Rs_tit>
<string>string</string>
<string>string</string>
</Rs_tit>
<Rs_cols>
<string>string</string>
<string>string</string>
</Rs_cols>
<Rs_codigo>string</Rs_codigo>
<Rs_num_cols>string</Rs_num_cols>
<Rs_titulo>string</Rs_titulo>
<Rs_Columnas>string</Rs_Columnas>
<Rs_mensaje>string</Rs_mensaje>
</ListadoResult>
</ListadoResponse>
</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 /WSDlgListado/WSListado.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>
<Listado xmlns="WS_DlgListado">
<pws_cols>string</pws_cols>
<pws_tipodato>string</pws_tipodato>
<pws_tit>string</pws_tit>
<pws_titulo>string</pws_titulo>
<pws_codigo>string</pws_codigo>
<pws_tabla>string</pws_tabla>
<pws_condicion>string</pws_condicion>
<pws_orden>string</pws_orden>
<pws_bd>string</pws_bd>
<pws_usu>string</pws_usu>
<pws_psw>string</pws_psw>
</Listado>
</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>
<ListadoResponse xmlns="WS_DlgListado">
<ListadoResult>
<Rs_respuesta>
<string>string</string>
<string>string</string>
</Rs_respuesta>
<Rs_tit>
<string>string</string>
<string>string</string>
</Rs_tit>
<Rs_cols>
<string>string</string>
<string>string</string>
</Rs_cols>
<Rs_codigo>string</Rs_codigo>
<Rs_num_cols>string</Rs_num_cols>
<Rs_titulo>string</Rs_titulo>
<Rs_Columnas>string</Rs_Columnas>
<Rs_mensaje>string</Rs_mensaje>
</ListadoResult>
</ListadoResponse>
</soap12:Body>
</soap12:Envelope>