Hello All,
I have two questions regarding XML post on Kannel
1. Is it possible to send more than one SMS in the same XML posted to
Kannel?
2. How can I post the XML to kannel?
My XML is
*<?xml version="1.0"?>
<message>
<submit>
<da><number>XXXXXXXX</number></da>
<oa><number>1234</number></oa>
<ud>hello xml</ud>
<from><user>test</user>
<pass>test</pass></from>
</submit>
</message>*
I post the XML on http://XX.XX.XX.XX:13013/cgi-bin/sendsms
I receive for post response
*HTTP/1.0 404 Not Found
Server: Kannel/1.4.1
Content-Length: 16
Content-type: text/html
Pragma: no-cache
Cache-Control: no-cache*
What am I doing wrong?
Regards,
Remon