Service
Click here for a complete list of operations.
VehiculoUpd
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/VehiculoUpd"
<?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>
<VehiculoUpd xmlns="Logitran_Interno">
<Vehi_Empr_Id>int</Vehi_Empr_Id>
<Vehi_TextId>string</Vehi_TextId>
<Vehi_marca>string</Vehi_marca>
<Vehi_modelo>string</Vehi_modelo>
<Vehi_patente>string</Vehi_patente>
<vehi_nromotor>string</vehi_nromotor>
<vehi_nrochasis>string</vehi_nrochasis>
<vehi_veti_id>int</vehi_veti_id>
<Comentario>string</Comentario>
<Vehiculos_id>string</Vehiculos_id>
<Equipo_id>int</Equipo_id>
<Sims_Id>int</Sims_Id>
<Usuario>int</Usuario>
<Estado>int</Estado>
<Cabecera>int</Cabecera>
<dsOpc>
<xsd:schema>schema</xsd:schema>xml</dsOpc>
<TipoVehi_sel>int</TipoVehi_sel>
<Sims_id2>int</Sims_id2>
</VehiculoUpd>
</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>
<VehiculoUpdResponse xmlns="Logitran_Interno">
<VehiculoUpdResult>
<xsd:schema>schema</xsd:schema>xml</VehiculoUpdResult>
</VehiculoUpdResponse>
</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>
<VehiculoUpd xmlns="Logitran_Interno">
<Vehi_Empr_Id>int</Vehi_Empr_Id>
<Vehi_TextId>string</Vehi_TextId>
<Vehi_marca>string</Vehi_marca>
<Vehi_modelo>string</Vehi_modelo>
<Vehi_patente>string</Vehi_patente>
<vehi_nromotor>string</vehi_nromotor>
<vehi_nrochasis>string</vehi_nrochasis>
<vehi_veti_id>int</vehi_veti_id>
<Comentario>string</Comentario>
<Vehiculos_id>string</Vehiculos_id>
<Equipo_id>int</Equipo_id>
<Sims_Id>int</Sims_Id>
<Usuario>int</Usuario>
<Estado>int</Estado>
<Cabecera>int</Cabecera>
<dsOpc>
<xsd:schema>schema</xsd:schema>xml</dsOpc>
<TipoVehi_sel>int</TipoVehi_sel>
<Sims_id2>int</Sims_id2>
</VehiculoUpd>
</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>
<VehiculoUpdResponse xmlns="Logitran_Interno">
<VehiculoUpdResult>
<xsd:schema>schema</xsd:schema>xml</VehiculoUpdResult>
</VehiculoUpdResponse>
</soap12:Body>
</soap12:Envelope>