WS1
Click here for a complete list of operations.
predio_llenacedula
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 /WS1.asmx HTTP/1.1
Host: gestion.acayucan.gob.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/predio_llenacedula"
<?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>
<predio_llenacedula xmlns="http://tempuri.org/">
<reverso>string</reverso>
<tipo>string</tipo>
<tipopredio>string</tipopredio>
<idpredio>string</idpredio>
<x_concepto1>string</x_concepto1>
<x_concepto2>string</x_concepto2>
<x_concepto3>string</x_concepto3>
<x_concepto4>string</x_concepto4>
<x_concepto5>string</x_concepto5>
<x_urbano>string</x_urbano>
<x_suburbano>string</x_suburbano>
<x_rural>string</x_rural>
<x_tiposuelo1>string</x_tiposuelo1>
<x_tiposuelo2>string</x_tiposuelo2>
<x_tiposuelo3>string</x_tiposuelo3>
<x_tiposuelo4>string</x_tiposuelo4>
<x_tiposuelo5>string</x_tiposuelo5>
<x_demerito1>string</x_demerito1>
<x_demerito2>string</x_demerito2>
<x_demerito3>string</x_demerito3>
<x_demerito4>string</x_demerito4>
<x_demerito5>string</x_demerito5>
<x_demerito6>string</x_demerito6>
<x_demerito7>string</x_demerito7>
<x_demerito8>string</x_demerito8>
<x_incremento1>string</x_incremento1>
<x_incremento2>string</x_incremento2>
<x_incremento3>string</x_incremento3>
<x_valorcatastral>string</x_valorcatastral>
<x_valorcatastralprovisional>string</x_valorcatastralprovisional>
<ruta_qr>string</ruta_qr>
<cadena_qr_encriptado>string</cadena_qr_encriptado>
<codigo_verificacion>string</codigo_verificacion>
<foliocedula>string</foliocedula>
<ruta_logocedula>string</ruta_logocedula>
<nombrecompleto_usuario>string</nombrecompleto_usuario>
</predio_llenacedula>
</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>
<predio_llenacedulaResponse xmlns="http://tempuri.org/">
<predio_llenacedulaResult>
<xsd:schema>schema</xsd:schema>xml</predio_llenacedulaResult>
</predio_llenacedulaResponse>
</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 /WS1.asmx HTTP/1.1
Host: gestion.acayucan.gob.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:Body>
<predio_llenacedula xmlns="http://tempuri.org/">
<reverso>string</reverso>
<tipo>string</tipo>
<tipopredio>string</tipopredio>
<idpredio>string</idpredio>
<x_concepto1>string</x_concepto1>
<x_concepto2>string</x_concepto2>
<x_concepto3>string</x_concepto3>
<x_concepto4>string</x_concepto4>
<x_concepto5>string</x_concepto5>
<x_urbano>string</x_urbano>
<x_suburbano>string</x_suburbano>
<x_rural>string</x_rural>
<x_tiposuelo1>string</x_tiposuelo1>
<x_tiposuelo2>string</x_tiposuelo2>
<x_tiposuelo3>string</x_tiposuelo3>
<x_tiposuelo4>string</x_tiposuelo4>
<x_tiposuelo5>string</x_tiposuelo5>
<x_demerito1>string</x_demerito1>
<x_demerito2>string</x_demerito2>
<x_demerito3>string</x_demerito3>
<x_demerito4>string</x_demerito4>
<x_demerito5>string</x_demerito5>
<x_demerito6>string</x_demerito6>
<x_demerito7>string</x_demerito7>
<x_demerito8>string</x_demerito8>
<x_incremento1>string</x_incremento1>
<x_incremento2>string</x_incremento2>
<x_incremento3>string</x_incremento3>
<x_valorcatastral>string</x_valorcatastral>
<x_valorcatastralprovisional>string</x_valorcatastralprovisional>
<ruta_qr>string</ruta_qr>
<cadena_qr_encriptado>string</cadena_qr_encriptado>
<codigo_verificacion>string</codigo_verificacion>
<foliocedula>string</foliocedula>
<ruta_logocedula>string</ruta_logocedula>
<nombrecompleto_usuario>string</nombrecompleto_usuario>
</predio_llenacedula>
</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>
<predio_llenacedulaResponse xmlns="http://tempuri.org/">
<predio_llenacedulaResult>
<xsd:schema>schema</xsd:schema>xml</predio_llenacedulaResult>
</predio_llenacedulaResponse>
</soap12:Body>
</soap12:Envelope>