dispatchMsg
Send message to mobile device.
dispatchMsgRequest
Request to dispatch message to mobile device.
Object Fields
NameTypeRequired
wsAdminTdxAdminYes
msgTdxMsgYes



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
NameTypeRequired
dispatchMsgReturnlongYes

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>