soap in smsbox

2007-10-04 Thread Jaap de Wolff
Hello, I want to implement a soap interface in the smsbox. As far as I know, there is no real sms over soap standard. If someone knows a soap interface that is frequently used, please inform me, then I implement that one, but as far as I have seen now every smsc provider that uses a soap

Re: [PATCH] SOAP module for kannel

2007-02-22 Thread Alexander Malysh
Hi Vincent, is this SMSC working for you? I remember that this SMSC has had some issues therefore was not enabled by default. If you would like to enable it by default we need a userguide patch for how to use it. Vincent CHAVANIS wrote: Changes: - Allow In smscconn.c the use of

Re: [PATCH] SOAP module for kannel

2007-02-22 Thread Stipe Tolj
Alexander Malysh wrote: Hi Vincent, is this SMSC working for you? I remember that this SMSC has had some issues therefore was not enabled by default. If you would like to enable it by default we need a userguide patch for how to use it. yep, agree'ing here with Alex... we need the sections

Re: [PATCH] SOAP module for kannel

2007-02-22 Thread Vincent CHAVANIS
: [PATCH] SOAP module for kannel Alexander Malysh wrote: Hi Vincent, is this SMSC working for you? I remember that this SMSC has had some issues therefore was not enabled by default. If you would like to enable it by default we need a userguide patch for how to use it. yep, agree'ing here

Re: [PATCH] SOAP module for kannel

2007-02-22 Thread Stipe Tolj
it is Did you have a chance to grep your hands on gsoap? This should be the way to go for SOAP/XML processing IMO. I used it for my MMSC MM7 interface. Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system

Re: [PATCH] SOAP module for kannel

2007-02-22 Thread Vincent CHAVANIS
I will take a look at this ! - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Vincent CHAVANIS [EMAIL PROTECTED] Cc: devel@kannel.org Sent: Thursday, February 22, 2007 2:38 PM Subject: Re: [PATCH] SOAP module for kannel Vincent CHAVANIS wrote: After a long proccess

[PATCH] SOAP module for kannel

2007-02-07 Thread Vincent CHAVANIS
Changes: - Allow In smscconn.c the use of smsc_soap_create() - Fixes segfault when having wrong config parameters - Spliting definitions into new file smsc_soap.h - Using global value SOAP_DEFAULT_SENDER_STRING as GW_NAME regards Vincent -- Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR) Service

Re: soap module

2005-12-08 Thread Stipe Tolj
francesco emmi wrote: Hi Oded, I would like to try your soap module. I suppose it is necessary to patch the gateway code in order to make it work (it doesn't work as it is in stable kannel release 1.4.0). Please may you email me necessary patches? I really appreciate if you would give me some

soap module

2005-06-14 Thread francesco emmi
Hi Oded, I would like to try your soap module. I suppose it is necessary to patch the gateway code in order to make it work (it doesn't work as it is in stable kannel release 1.4.0). Please may you email me necessary patches? I really appreciate if you would give me some tips about how to use

Re: SOAP

2004-02-12 Thread Stipe Tolj
James Wong wrote: I have one provider here using SOAP for external parties who wish to send and receive SMS through their centre. They are also one of the major and best providers here. in some sense I notice that people are always hidding something. Like here the names from the operator. Why

Re: SOAP

2004-02-12 Thread Alexander Malysh
Hi, On Thursday 12 February 2004 11:43, Stipe Tolj wrote: James Wong wrote: I have one provider here using SOAP for external parties who wish to send and receive SMS through their centre. They are also one of the major and best providers here. in some sense I notice that people

Re: SOAP

2004-02-11 Thread Oded Arbel
11 2004, 11:10,Stipe Tolj: Hi James, Kannel has a smsc_soap.c Module that implements a SOAP/XML transport layer via HTTP for MT and MO SMS tranmission. The SOAP module hasn't been yet linked into the abstraction layer. You would have to modify slightly the bb_smscconn and smsccon

Re: SMSC Connection using SOAP and FTP

2003-08-21 Thread Andreas Fink
summarize it in four step: 1) Transfer MMS or SMS content through FTP to Mobile Operator Repository 2) Ask a delivery Token through SOAP/HTTPS 3) Ask for content Delivery through SOAP/HTTPS. Is possible to specify different kind of SOAP Methods (one for MMS, SMS, EMS ecc,). And it is mandatory