Yes, we know that :)

The problem lies in the way Mbuni routes messages: It sends one at a time rather than collecting all the ones that can go through a particular connection together and sending at once.


On May 06, 2009, at 11:56, Thilani ,තිලානි අබේසිංහ wrote:

you can specify multiple recipients in soap message as follows
<Recipients>
<To>
<Number>770736329</Number>
<Number>797736329</Number>
<Number>797736329</Number>
</To>
</Recipients>


Sample soap message.

<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/";><SOAP- ENV:Header><TransactionID SOAP-ENV:mustUnderstand="1" xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0 ">JWYTPYSWTSRPQLMSVUZQOTRTLZMRQSZW</TransactionID></SOAP- ENV:Header><SOAP-ENV:Body><SubmitReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0 "><MM7Version>5.3.0</MM7Version><SenderIdentification><VASPID>local</ VASPID><VASID>me</VASID><SenderAddress><Number>+94776693759</ Number></SenderAddress></ SenderIdentification><Recipients><To><Number>777736329</ Number><Number>779736329</Number><Number>777736329</Number></To></ Recipients><ServiceCode>90</ServiceCode><DeliveryReport>true</ DeliveryReport><ReadReply>false</ReadReply><Priority>normal</ Priority><Subject>Rich sms demo</Subject><Content href="cid:soap-attachment.start " allowAdaptations="true"/></SubmitReq></SOAP-ENV:Body></SOAP- ENV:Envelope>


Hope this help

Thanks
Thilani
On Wed, May 6, 2009 at 10:58 AM, finn colman <finncol...@yahoo.co.nz> wrote:

Hi there,
I am having a problem with sending mms messages using Mbuni. The messages get delivered without any problem, but if I send the message to multiple recipients then it creates a seperate SOAP request for each number and uuencodes the binary data all over again for each seperate number, instead of uuencoding the data once and sending it to a list of numbers in a single SOAP request, which is what I think it should do. The reason why I say this is that I will have to do bulk pushes and it will need to run as fast as possible in this case. How can I get Mbuni to create a single SOAP request with multiple recipients in the mm7 recipients list instead of making a seperate request for each number?
Cheers,
Finn.



Get fit, feel better! All the help you need at Yahoo!Xtra Health - http://nz.lifestyle.yahoo.com/health
_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users



--

~Thilani Abeysinghe
~තිලානි අබේසිංහ
http://www.thilani.blogspot.com
_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to