Hi,

I am trying to send WAP OTA setting through my kannel.
for one of my operator i am able to convert xml docs into binary send it to
mobile.

but not able to send the same through my Kannel for other operator.

As per Kannel docs.

URL containing XML document looks like this (you must URL encode it before
sending it over HTTP):

http://smsbox.host.name:13013/cgi-bin/sendota?username=foo&password=bar&to=0123456&text=MyURLEncodedXMLdocument&type=settings

*but what will be the XML encoding rule for kannel.can i get some working
example?*

Here is my XML Document.

<?xml version="1.0"?>
<!DOCTYPE CHARACTERISTIC-LIST SYSTEM "file:///gw/settings.dtd" >
<CHARACTERISTIC-LIST>
<CHARACTERISTIC TYPE="ADDRESS">
<PARM NAME="BEARER" VALUE="GPRS"/>
<PARM NAME="GPRS_ACCESSPOINTNAME" VALUE="internet"/>
</CHARACTERISTIC>
<CHARACTERISTIC TYPE="NAME">
<PARM NAME="NAME" VALUE="internet"/>
</CHARACTERISTIC>
</CHARACTERISTIC-LIST>

Thanks & Regards,
Samir.

Reply via email to