PruebaConexion
El uso de este web service requiere una ApiKey válida, consulte el resumen para mas detalles.
Parámetros de Entrada
| Variable | Tipo de Dato | Long. Máxima | Descripción |
|---|---|---|---|
| Proveedor | Integer | 4 | No. de Proveedor de cobranza |
| Sucursal | Integer | 5 | No. de Punto de Venta / Sucursal |
| Password | String | 10 | Contraseña |
| Mensaje | String | 50 | Mensaje a enviar |
Mensaje SOAP entrada
POST /SOAPServices/ws_bancarizacion.asmx HTTP/1.1
Host: demo-gobdigital.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://demo-gobdigital.mx/PruebaConexion"
<?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://demo-gobdigital.mx/">
<ApiKey>string</ApiKey>
</AuthHeader>
</soap:Header>
<soap:Body>
<PruebaConexion xmlns="https://demo-gobdigital.mx/">
<Proveedor>int</Proveedor>
<Sucursal>int</Sucursal>
<Password>string</Password>
<Mensaje>string</Mensaje>
</PruebaConexion>
</soap:Body>
</soap:Envelope>
Parámetros de Salida
| Variable | Tipo de Dato | Long. Máxima | Descripción |
|---|---|---|---|
| Dat_PruebaCnx | |||
| Mensaje | String | 50 | Mensaje enviado |
| NombreEnte | String | 50 | Nombre del Ente de Gobierno al que pertenece el ApiKey |
| ProvVinc | String | 90 | Nombre de proveedor de Cobranza |
| CR | |||
| CodRet | String | 4 | Código Retorno |
| DescCodRet | String | 50 | Descripción Código Retorno |
Mensaje SOAP salida
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>
<PruebaConexionResponse xmlns="https://demo-gobdigital.mx/">
<PruebaConexionResult>
<Dat_PruebaCnx>
<Mensaje>string</Mensaje>
<NombreEnte>string</NombreEnte>
<ProvVinc>string</ProvVinc>
</Dat_PruebaCnx>
<CR>
<CodRet>string</CodRet>
<DescCodRet>string</DescCodRet>
</CR>
</PruebaConexionResult>
</PruebaConexionResponse>
</soap:Body>
</soap:Envelope>
Validaciones
