RegProv_ActividadesSat
El uso de este web service requiere una ApiKey válida, consulte el resumen para mas detalles.
Parámetros de Entrada
Ninguno
Mensaje SOAP entrada
POST /SOAPServices/ws_gobedo.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://gob-digital.mx/RegProv_ActividadesSat"
<?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>
<RegProv_ActividadesSat xmlns="https://gob-digital.mx/" />
</soap:Body>
</soap:Envelope>
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>
<RegProv_ActividadesSatResponse xmlns="https://gob-digital.mx/">
<RegProv_ActividadesSatResult>
<Dat_ASat>
<DatASat>
<IdClave>string</IdClave>
<Actividad>string</Actividad>
</DatASat>
<DatASat>
<IdClave>string</IdClave>
<Actividad>string</Actividad>
</DatASat>
</Dat_ASat>
<CR>
<CodRet>string</CodRet>
<DescCodRet>string</DescCodRet>
</CR>
</RegProv_ActividadesSatResult>
</RegProv_ActividadesSatResponse>
</soap:Body>
</soap:Envelope>