Service


Click here for a complete list of operations.

VEHICLEUPADTE

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: bpclvts.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/VEHICLEUPADTE"

<?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>
    <VEHICLEUPADTE xmlns="http://tempuri.org/">
      <Vehicles>
        <Vehicle>
          <Vehicle_Number>string</Vehicle_Number>
          <Engine_ID>string</Engine_ID>
          <Vehicle_Owner_SAP_ID>string</Vehicle_Owner_SAP_ID>
          <Vehicle_Owner>string</Vehicle_Owner>
          <Depot_Name>string</Depot_Name>
          <Depot_SAP_ID>string</Depot_SAP_ID>
          <InsertdateTime>string</InsertdateTime>
          <VTS_Device_Flag>string</VTS_Device_Flag>
          <Vehicle_Status>string</Vehicle_Status>
          <Vol_UOM>string</Vol_UOM>
          <Vol_Capacity>string</Vol_Capacity>
          <Vehicle_Chassis_No>string</Vehicle_Chassis_No>
        </Vehicle>
        <Vehicle>
          <Vehicle_Number>string</Vehicle_Number>
          <Engine_ID>string</Engine_ID>
          <Vehicle_Owner_SAP_ID>string</Vehicle_Owner_SAP_ID>
          <Vehicle_Owner>string</Vehicle_Owner>
          <Depot_Name>string</Depot_Name>
          <Depot_SAP_ID>string</Depot_SAP_ID>
          <InsertdateTime>string</InsertdateTime>
          <VTS_Device_Flag>string</VTS_Device_Flag>
          <Vehicle_Status>string</Vehicle_Status>
          <Vol_UOM>string</Vol_UOM>
          <Vol_Capacity>string</Vol_Capacity>
          <Vehicle_Chassis_No>string</Vehicle_Chassis_No>
        </Vehicle>
      </Vehicles>
    </VEHICLEUPADTE>
  </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>
    <VEHICLEUPADTEResponse xmlns="http://tempuri.org/">
      <VEHICLEUPADTEResult>string</VEHICLEUPADTEResult>
    </VEHICLEUPADTEResponse>
  </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: bpclvts.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>
    <VEHICLEUPADTE xmlns="http://tempuri.org/">
      <Vehicles>
        <Vehicle>
          <Vehicle_Number>string</Vehicle_Number>
          <Engine_ID>string</Engine_ID>
          <Vehicle_Owner_SAP_ID>string</Vehicle_Owner_SAP_ID>
          <Vehicle_Owner>string</Vehicle_Owner>
          <Depot_Name>string</Depot_Name>
          <Depot_SAP_ID>string</Depot_SAP_ID>
          <InsertdateTime>string</InsertdateTime>
          <VTS_Device_Flag>string</VTS_Device_Flag>
          <Vehicle_Status>string</Vehicle_Status>
          <Vol_UOM>string</Vol_UOM>
          <Vol_Capacity>string</Vol_Capacity>
          <Vehicle_Chassis_No>string</Vehicle_Chassis_No>
        </Vehicle>
        <Vehicle>
          <Vehicle_Number>string</Vehicle_Number>
          <Engine_ID>string</Engine_ID>
          <Vehicle_Owner_SAP_ID>string</Vehicle_Owner_SAP_ID>
          <Vehicle_Owner>string</Vehicle_Owner>
          <Depot_Name>string</Depot_Name>
          <Depot_SAP_ID>string</Depot_SAP_ID>
          <InsertdateTime>string</InsertdateTime>
          <VTS_Device_Flag>string</VTS_Device_Flag>
          <Vehicle_Status>string</Vehicle_Status>
          <Vol_UOM>string</Vol_UOM>
          <Vol_Capacity>string</Vol_Capacity>
          <Vehicle_Chassis_No>string</Vehicle_Chassis_No>
        </Vehicle>
      </Vehicles>
    </VEHICLEUPADTE>
  </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>
    <VEHICLEUPADTEResponse xmlns="http://tempuri.org/">
      <VEHICLEUPADTEResult>string</VEHICLEUPADTEResult>
    </VEHICLEUPADTEResponse>
  </soap12:Body>
</soap12:Envelope>