WS_GUARDIAN
Click here for a complete list of operations.
IdentificaVeiculoNoPonto
[INTERFACE]
DESCRIÇÃO
PARÂMETROS DE ENTRADA
| PARÂMETRO | TIPO | OBRIGATÓRIO | DESCRIÇÃO | VALORES POSSÍVEIS | |||||
|---|---|---|---|---|---|---|---|---|---|
| pontoControle | string | true | Ponto de controle no qual o veículo vai ser identificado | ||||||
| ticketCodigo | string | false | Código do Ticket | ||||||
| ticketPlaca | string | false | Placa da carreta ou vagão | ||||||
| ticketTAG | string | false | Identificador do ticket (Transponder, Código de barras ou TAG) | ||||||
| lado | string | true | Lado que o veículo será identificado. | A ou B |
PESQUISA
1º Código do Ticket 2º Placa da carreta 3º Identificador .
MCA COM LEITOR HABILITADO
CONSULTA DE ERROS
MCA SEM LEITOR HABILITADO
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 /ws_Guardian_620/WS_GUARDIAN_PLUS.asmx HTTP/1.1
Host: services.toledobrasil.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://toledobrasil.com.br/WS_Guardian/IdentificaVeiculoNoPonto"
<?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>
<IdentificaVeiculoNoPonto xmlns="http://toledobrasil.com.br/WS_Guardian">
<PontoControle>string</PontoControle>
<ticketCodigo>string</ticketCodigo>
<ticketPlaca>string</ticketPlaca>
<ticketTAG>string</ticketTAG>
<lado>string</lado>
</IdentificaVeiculoNoPonto>
</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>
<IdentificaVeiculoNoPontoResponse xmlns="http://toledobrasil.com.br/WS_Guardian">
<IdentificaVeiculoNoPontoResult>int</IdentificaVeiculoNoPontoResult>
<Erro>int</Erro>
<ErroMSG>string</ErroMSG>
</IdentificaVeiculoNoPontoResponse>
</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 /ws_Guardian_620/WS_GUARDIAN_PLUS.asmx HTTP/1.1
Host: services.toledobrasil.com
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>
<IdentificaVeiculoNoPonto xmlns="http://toledobrasil.com.br/WS_Guardian">
<PontoControle>string</PontoControle>
<ticketCodigo>string</ticketCodigo>
<ticketPlaca>string</ticketPlaca>
<ticketTAG>string</ticketTAG>
<lado>string</lado>
</IdentificaVeiculoNoPonto>
</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>
<IdentificaVeiculoNoPontoResponse xmlns="http://toledobrasil.com.br/WS_Guardian">
<IdentificaVeiculoNoPontoResult>int</IdentificaVeiculoNoPontoResult>
<Erro>int</Erro>
<ErroMSG>string</ErroMSG>
</IdentificaVeiculoNoPontoResponse>
</soap12:Body>
</soap12:Envelope>