Service
Click here for a complete list of operations.
Predios_IU
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 /service.asmx HTTP/1.1
Host: wsexterno.logitranargentina.com.ar
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "Logitran_Interno/Predios_IU"
<?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>
<Predios_IU xmlns="Logitran_Interno">
<Usuarios_Id>int</Usuarios_Id>
<Pred_id>int</Pred_id>
<Pred_codigo>string</Pred_codigo>
<Pred_nombre>string</Pred_nombre>
<Pred_cod_region>int</Pred_cod_region>
<Pred_latitud>string</Pred_latitud>
<Pred_longitud>string</Pred_longitud>
<Pred_alt_reg>int</Pred_alt_reg>
<Pred_anc_reg>int</Pred_anc_reg>
<Pred_forma_reg>int</Pred_forma_reg>
<Pred_pais>string</Pred_pais>
<Pred_pcia>string</Pred_pcia>
<Pred_localidad>string</Pred_localidad>
<Pred_partido>string</Pred_partido>
<Pred_direccion>string</Pred_direccion>
<Pred_telefono>string</Pred_telefono>
<Pred_mail>string</Pred_mail>
<Encargado_nombre>string</Encargado_nombre>
<Encargado_celular>string</Encargado_celular>
<Encargado_mail>string</Encargado_mail>
<Terceros>int</Terceros>
<dsEmpresas>
<xsd:schema>schema</xsd:schema>xml</dsEmpresas>
</Predios_IU>
</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>
<Predios_IUResponse xmlns="Logitran_Interno">
<Predios_IUResult>
<xsd:schema>schema</xsd:schema>xml</Predios_IUResult>
</Predios_IUResponse>
</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 /service.asmx HTTP/1.1
Host: wsexterno.logitranargentina.com.ar
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>
<Predios_IU xmlns="Logitran_Interno">
<Usuarios_Id>int</Usuarios_Id>
<Pred_id>int</Pred_id>
<Pred_codigo>string</Pred_codigo>
<Pred_nombre>string</Pred_nombre>
<Pred_cod_region>int</Pred_cod_region>
<Pred_latitud>string</Pred_latitud>
<Pred_longitud>string</Pred_longitud>
<Pred_alt_reg>int</Pred_alt_reg>
<Pred_anc_reg>int</Pred_anc_reg>
<Pred_forma_reg>int</Pred_forma_reg>
<Pred_pais>string</Pred_pais>
<Pred_pcia>string</Pred_pcia>
<Pred_localidad>string</Pred_localidad>
<Pred_partido>string</Pred_partido>
<Pred_direccion>string</Pred_direccion>
<Pred_telefono>string</Pred_telefono>
<Pred_mail>string</Pred_mail>
<Encargado_nombre>string</Encargado_nombre>
<Encargado_celular>string</Encargado_celular>
<Encargado_mail>string</Encargado_mail>
<Terceros>int</Terceros>
<dsEmpresas>
<xsd:schema>schema</xsd:schema>xml</dsEmpresas>
</Predios_IU>
</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>
<Predios_IUResponse xmlns="Logitran_Interno">
<Predios_IUResult>
<xsd:schema>schema</xsd:schema>xml</Predios_IUResult>
</Predios_IUResponse>
</soap12:Body>
</soap12:Envelope>