Web Services
- Devices
- getDevices
- Timecard
- getTimecardReport
- Distance
- fetchMileage
- getMileage
- Geofence
- setupCircleFence
- updateCircleFence
- fetchCircleFence
- deleteGeofence
- GeoFence Rule
- setupGeofenceRule
- updateGeofenceRule
- cancelGeofenceRule
- ETA
- estimateTravelTime
- Message
- dispatchMsg
- Job
- getJobTemplates
- dispatchAdvanceJob
- fetchAdvanceJob
- cancelJob
- fetchJobStatus
- getJobEvents
- GPS
- getGpses
- queryLatestGpsMeasurement
- Stop
- getStopReport
- Address Book
- addContact
- fetchAddress
- getClosestContact
- getClosestLandmark
- Event
- getEventDef
- getEvents
- getEventList
- Form
- addWirelessForm
- updateWirelessForm
- deleteWirelessForm
- fetchWirelessForms
- fetchWirelessFormsData
- Searchable Field
- addSearchableItemList
- fetchSearchableItemList
- updateSearchableItemList
- deleteSearchableItemList
- Data Tracker
- createDataTracker
- getDataTracker
- updateDataTracker
- deleteDataTracker
- Geo Code
- geocodeAddress
- validateAddress
- Time
- getLocalTime
dispatchMsg
Send message to mobile device.
dispatchMsgRequest
Request to dispatch message to mobile device.
Object Fields
| Name | Type | Required |
| wsAdmin | TdxAdmin | Yes |
| msg | TdxMsg | Yes |
XML Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:dispatchMsg soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:tns"> <wsAdmin href="#id0"/> <msg href="#id1"/> </ns1:dispatchMsg> <multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:TdxMsg" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://www.telenavtrack.net/schema"> <ptn xsi:type="xsd:string">1251424830180</ptn> <subject xsi:type="xsd:string">test subject</subject> <body xsi:type="xsd:string">This is a test message.</body> <dispatchId xsi:type="xsd:string">100</dispatchId> <replies xsi:type="xsd:string" xsi:nil="true"/> <pickUpAddressContact xsi:type="ns2:TdxContact" xsi:nil="true"/> <deliveryAddressContact xsi:type="ns2:TdxContact" xsi:nil="true"/> </multiRef> <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:TdxAdmin" xmlns:ns3="http://www.telenavtrack.net/schema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <email xsi:type="xsd:string">1251424829321@telenav.com</email> <password xsi:type="xsd:string">password</password> </multiRef> </soapenv:Body> </soapenv:Envelope>
dispatchMsgResponse
ID of sent message if message has been sent successfully.
Object Fields
| Name | Type | Required |
| dispatchMsgReturn | long | Yes |
XML Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:dispatchMsgResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:tns"> <dispatchMsgReturn xsi:type="xsd:long">7478968</dispatchMsgReturn> </ns1:dispatchMsgResponse> </soapenv:Body> </soapenv:Envelope>