WS1
Click here for a complete list of operations.
preadeudos_guardapreadeudo
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/preadeudos_guardapreadeudo"
<?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>
<preadeudos_guardapreadeudo xmlns="http://tempuri.org/">
<idpredio>string</idpredio>
<tipopredio>string</tipopredio>
<clavecatastral>string</clavecatastral>
<estatus>string</estatus>
<observaciones>string</observaciones>
<tipo>string</tipo>
<año1_sem1>string</año1_sem1>
<año1_sem2>string</año1_sem2>
<vc1>string</vc1>
<año2_sem1>string</año2_sem1>
<año2_sem2>string</año2_sem2>
<vc2>string</vc2>
<año3_sem1>string</año3_sem1>
<año3_sem2>string</año3_sem2>
<vc3>string</vc3>
<año4_sem1>string</año4_sem1>
<año4_sem2>string</año4_sem2>
<vc4>string</vc4>
<año5_sem1>string</año5_sem1>
<año5_sem2>string</año5_sem2>
<vc5>string</vc5>
<año6_sem1>string</año6_sem1>
<año6_sem2>string</año6_sem2>
<vc6>string</vc6>
</preadeudos_guardapreadeudo>
</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>
<preadeudos_guardapreadeudoResponse xmlns="http://tempuri.org/" />
</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>
<preadeudos_guardapreadeudo xmlns="http://tempuri.org/">
<idpredio>string</idpredio>
<tipopredio>string</tipopredio>
<clavecatastral>string</clavecatastral>
<estatus>string</estatus>
<observaciones>string</observaciones>
<tipo>string</tipo>
<año1_sem1>string</año1_sem1>
<año1_sem2>string</año1_sem2>
<vc1>string</vc1>
<año2_sem1>string</año2_sem1>
<año2_sem2>string</año2_sem2>
<vc2>string</vc2>
<año3_sem1>string</año3_sem1>
<año3_sem2>string</año3_sem2>
<vc3>string</vc3>
<año4_sem1>string</año4_sem1>
<año4_sem2>string</año4_sem2>
<vc4>string</vc4>
<año5_sem1>string</año5_sem1>
<año5_sem2>string</año5_sem2>
<vc5>string</vc5>
<año6_sem1>string</año6_sem1>
<año6_sem2>string</año6_sem2>
<vc6>string</vc6>
</preadeudos_guardapreadeudo>
</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>
<preadeudos_guardapreadeudoResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>