SOAP Request

2011-11-24 Thread Willy Mularto
Hi, We just received new API from our telco. And it said all MO, MT, DLR will use HTTP SOAP. Since basically SOAP is an XML request. Is it possible if we treat it as standard HTTP POST and only need to parse the XML structure? Thanks. Willy Mularto F300HD+MR18DE (NLC1725)

Re: SOAP Request

2011-11-24 Thread Milan P. Stanic
On Thu, 2011-11-24 at 15:59, Willy Mularto wrote: Hi, We just received new API from our telco. And it said all MO, MT, DLR will use HTTP SOAP. Is that a trend with telco's now? I received the same few months ago. Since basically SOAP is an XML request. Is it possible if we treat it as

RE: batch send

2011-11-24 Thread Rene Kluwen
You can use http://kannel.machine:port/cgi-bin/sendsms?to=num1,num2,num3. Where num1, num2 and num3 are your destinations. This is, provided you send the same sms to multiple numbers. Otherwise, I recommend using sqlbox for sending large batches instead of smsbox. -=- Rene -Original

RE: Commercial pricing of Kannel

2011-11-24 Thread Rene Kluwen
Kannel is free software and you can use it either personally or commercially without any fee. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Thursday, 24 November, 2011 14:41 To: kannel users Subject: Commercial pricing of Kannel

Re: batch send

2011-11-24 Thread Otandeka Simon Peter
Try http://kannel.machine:port/cgi-bin/sendsms?to=num1+num2+num3.. Tested and it works On Thu, Nov 24, 2011 at 7:42 PM, Rene Kluwen rene.klu...@chimit.nl wrote: You can use http://kannel.machine:port/cgi-bin/sendsms?to=num1,num2,num3. Where num1, num2 and num3 are your destinations. This is,

Re: SOAP Request

2011-11-24 Thread Willy Mularto
Hi, Thanks for the reply. I will do in simple PHP as gateway for MO I guess. But for MT, is it only standard HTTP POST with XML tag in the body? Thanks. On Nov 24, 2011, at 5:34 PM, Milan P. Stanic wrote: On Thu, 2011-11-24 at 15:59, Willy Mularto wrote: Hi, We just received new API from

Siemens MC56 Kannle Configuration

2011-11-24 Thread Ender330
Hello, I have been searching for a usable kannel configuration for a Siemens MC56. So far I have not come across anything that works. I am wondering if anyone one out there has a configuration that should work. I really appreciate any help that any and all can provide. Thank You, Team Slide

Re: SOAP Request

2011-11-24 Thread Milan P. Stanic
On Fri, 2011-11-25 at 08:59, Willy Mularto wrote: Hi, Thanks for the reply. I will do in simple PHP as gateway for MO I guess. You set HTTP server with CGI script (if you don't like to create HTTP server for this task from the scratch) which will handle incoming messages. But for MT, is it