LMS


Click here for a complete list of operations.

GET_VEHICLE_SEARCH

GET_VEHICLE_ENTRY_DETAILS_ENTRY_NO

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 /LMS.asmx HTTP/1.1
Host: limarcenter.dyndns.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GET_VEHICLE_SEARCH"

<?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>
    <GET_VEHICLE_SEARCH xmlns="http://tempuri.org/">
      <Entry_no>string</Entry_no>
      <invoice_no>string</invoice_no>
      <Qout_no>string</Qout_no>
      <Plate_no>string</Plate_no>
      <Chassis_no>string</Chassis_no>
      <Entry_date1>string</Entry_date1>
      <Entry_date2>string</Entry_date2>
      <Loc_id>string</Loc_id>
      <Ins_id>string</Ins_id>
      <Cuscode>string</Cuscode>
      <stat_code>string</stat_code>
      <complete_date1>string</complete_date1>
      <complete_date2>string</complete_date2>
      <arrival_date1>string</arrival_date1>
      <arrival_date2>string</arrival_date2>
      <exit_date1>string</exit_date1>
      <exit_date2>string</exit_date2>
      <contact_no>string</contact_no>
      <invoiced>string</invoiced>
      <total_loss>string</total_loss>
      <car_exit>string</car_exit>
      <vehbrand>string</vehbrand>
      <vehmodel>string</vehmodel>
      <followup_status>string</followup_status>
      <delayed>string</delayed>
      <claim_no>string</claim_no>
      <date_type>string</date_type>
      <lang>int</lang>
      <power_user>int</power_user>
    </GET_VEHICLE_SEARCH>
  </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>
    <GET_VEHICLE_SEARCHResponse xmlns="http://tempuri.org/">
      <GET_VEHICLE_SEARCHResult>
        <xsd:schema>schema</xsd:schema>xml</GET_VEHICLE_SEARCHResult>
    </GET_VEHICLE_SEARCHResponse>
  </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 /LMS.asmx HTTP/1.1
Host: limarcenter.dyndns.org
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>
    <GET_VEHICLE_SEARCH xmlns="http://tempuri.org/">
      <Entry_no>string</Entry_no>
      <invoice_no>string</invoice_no>
      <Qout_no>string</Qout_no>
      <Plate_no>string</Plate_no>
      <Chassis_no>string</Chassis_no>
      <Entry_date1>string</Entry_date1>
      <Entry_date2>string</Entry_date2>
      <Loc_id>string</Loc_id>
      <Ins_id>string</Ins_id>
      <Cuscode>string</Cuscode>
      <stat_code>string</stat_code>
      <complete_date1>string</complete_date1>
      <complete_date2>string</complete_date2>
      <arrival_date1>string</arrival_date1>
      <arrival_date2>string</arrival_date2>
      <exit_date1>string</exit_date1>
      <exit_date2>string</exit_date2>
      <contact_no>string</contact_no>
      <invoiced>string</invoiced>
      <total_loss>string</total_loss>
      <car_exit>string</car_exit>
      <vehbrand>string</vehbrand>
      <vehmodel>string</vehmodel>
      <followup_status>string</followup_status>
      <delayed>string</delayed>
      <claim_no>string</claim_no>
      <date_type>string</date_type>
      <lang>int</lang>
      <power_user>int</power_user>
    </GET_VEHICLE_SEARCH>
  </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>
    <GET_VEHICLE_SEARCHResponse xmlns="http://tempuri.org/">
      <GET_VEHICLE_SEARCHResult>
        <xsd:schema>schema</xsd:schema>xml</GET_VEHICLE_SEARCHResult>
    </GET_VEHICLE_SEARCHResponse>
  </soap12:Body>
</soap12:Envelope>