Re: Passing soap response to python script

2013-04-05 Thread Ombongi Moraa Fe
Hi Burak, Thanks a lot. I've been working with suds in this project and I am amazed at how much little code I am using compared to my original php scripts; from your answer, I realized my major headache was not assigning the value of client.last_received method call to another object. With this

Re: Passing soap response to python script

2013-04-05 Thread Burak Arslan
Hello, On 04/05/13 12:52, Ombongi Moraa Fe wrote: Hello Group, I am newbie to python and getting my way around. However, my first project that introduced me to the language deals with SOAP requests. Before going any further, there's a project called "suds" which implements a soap client. If

Passing soap response to python script

2013-04-05 Thread Ombongi Moraa Fe
Hello Group, I am newbie to python and getting my way around. However, my first project that introduced me to the language deals with SOAP requests. The server I communicate with basically sends me 2 soap responses; One with a requestIdentifier which I should use to query the delivery status of t