Hello All,
I'm trying to send many messages at the same time in one XML post, the post is 
accepted but only the first message "message number one" is sent to all the 
listed recipients
[111111111 and 222222222].

My question is: since Kannel can accept multiple recipients, how do I format 
the xml to support multiple messages too.

My format is as show below. All comments are duly appreciated.


============= START ============
<?xml version="1.0" encoding="utf-8"?>
<message>
        <submit>
                <da><number>222222222</number></da>
               
        <oa><number>98765</number></oa>
                <ud>message number one</ud>

                <da><number>111111111</number></da>
               
        <oa><number>12345</number></oa>
                <ud>message number two</ud>

                <from>
                        <user>foo</user>
                        <pass>bar</pass>
                </from>
        </submit>
</message>
============= END ==============
 
Best Regards,
Michael C. Nwaogu

Reply via email to