ws_bancarizacion


Click here for a complete list of operations.

GeneraRef

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/GeneraRef"

<?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>
    <GeneraRef xmlns="https://gob-digital.mx/">
      <Proveedor>int</Proveedor>
      <Sucursal>int</Sucursal>
      <Password>string</Password>
      <TipoPago>int</TipoPago>
      <ClavePadron>string</ClavePadron>
    </GeneraRef>
  </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>
    <GeneraRefResponse xmlns="https://gob-digital.mx/">
      <GeneraRefResult>
        <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>
      </GeneraRefResult>
    </GeneraRefResponse>
  </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>
    <GeneraRef xmlns="https://gob-digital.mx/">
      <Proveedor>int</Proveedor>
      <Sucursal>int</Sucursal>
      <Password>string</Password>
      <TipoPago>int</TipoPago>
      <ClavePadron>string</ClavePadron>
    </GeneraRef>
  </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>
    <GeneraRefResponse xmlns="https://gob-digital.mx/">
      <GeneraRefResult>
        <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>
      </GeneraRefResult>
    </GeneraRefResponse>
  </soap12:Body>
</soap12:Envelope>