ws_bancarizacion
Click here for a complete list of operations.
ConsultaRef
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 /SOAPServices/ws_bancarizacion.asmx HTTP/1.1
Host: gob-digital.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://gob-digital.mx/ConsultaRef"
<?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:Header>
<AuthHeader xmlns="https://gob-digital.mx/">
<ApiKey>string</ApiKey>
</AuthHeader>
</soap:Header>
<soap:Body>
<ConsultaRef xmlns="https://gob-digital.mx/">
<Proveedor>int</Proveedor>
<Sucursal>int</Sucursal>
<Password>string</Password>
<Referencia>string</Referencia>
</ConsultaRef>
</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>
<ConsultaRefResponse xmlns="https://gob-digital.mx/">
<ConsultaRefResult>
<Dat_Adeudo>
<Ref1>string</Ref1>
<Ref2>string</Ref2>
<Ref3>string</Ref3>
<Ref4>string</Ref4>
<Ref5>string</Ref5>
<LimPago>string</LimPago>
<ImporteN>decimal</ImporteN>
<FolioServicio>int</FolioServicio>
<PuedePagar>string</PuedePagar>
<MsgPuedePagar>string</MsgPuedePagar>
<Referencia>string</Referencia>
</Dat_Adeudo>
<Dat_Ente>
<NombreEnte>string</NombreEnte>
<Rfc>string</Rfc>
<Domi>string</Domi>
<Colonia>string</Colonia>
<CP>string</CP>
<Telef>string</Telef>
<Fax>string</Fax>
<Ciudad>string</Ciudad>
<Municipio>string</Municipio>
<Estado>string</Estado>
</Dat_Ente>
<CR>
<CodRet>string</CodRet>
<DescCodRet>string</DescCodRet>
</CR>
</ConsultaRefResult>
</ConsultaRefResponse>
</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 /SOAPServices/ws_bancarizacion.asmx HTTP/1.1
Host: gob-digital.mx
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:Header>
<AuthHeader xmlns="https://gob-digital.mx/">
<ApiKey>string</ApiKey>
</AuthHeader>
</soap12:Header>
<soap12:Body>
<ConsultaRef xmlns="https://gob-digital.mx/">
<Proveedor>int</Proveedor>
<Sucursal>int</Sucursal>
<Password>string</Password>
<Referencia>string</Referencia>
</ConsultaRef>
</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>
<ConsultaRefResponse xmlns="https://gob-digital.mx/">
<ConsultaRefResult>
<Dat_Adeudo>
<Ref1>string</Ref1>
<Ref2>string</Ref2>
<Ref3>string</Ref3>
<Ref4>string</Ref4>
<Ref5>string</Ref5>
<LimPago>string</LimPago>
<ImporteN>decimal</ImporteN>
<FolioServicio>int</FolioServicio>
<PuedePagar>string</PuedePagar>
<MsgPuedePagar>string</MsgPuedePagar>
<Referencia>string</Referencia>
</Dat_Adeudo>
<Dat_Ente>
<NombreEnte>string</NombreEnte>
<Rfc>string</Rfc>
<Domi>string</Domi>
<Colonia>string</Colonia>
<CP>string</CP>
<Telef>string</Telef>
<Fax>string</Fax>
<Ciudad>string</Ciudad>
<Municipio>string</Municipio>
<Estado>string</Estado>
</Dat_Ente>
<CR>
<CodRet>string</CodRet>
<DescCodRet>string</DescCodRet>
</CR>
</ConsultaRefResult>
</ConsultaRefResponse>
</soap12:Body>
</soap12:Envelope>