Re: Parsing soap result

2013-04-18 Thread Burak Arslan
Hi, On 04/18/13 13:46, Ombongi Moraa Fe wrote: Hi Burak, Team, Apparently I was too deep in answering support questions for my company :) This is python-list, so It's just me here :) Your solution worked perfectly thanks. Could you share the logic of this solution? You're using suds.

Re: Parsing soap result

2013-04-18 Thread Ombongi Moraa Fe
Hi Burak, Team, Your solution worked perfectly thanks. Could you share the logic of this solution? Saludos Ombongi Moraa Faith On 18 April 2013 00:41, Burak Arslan wrote: > On 04/17/13 16:50, Ombongi Moraa Fe wrote: > > My > > client.service.gere(ri) > > method call logs the below soap re

Re: Parsing soap result

2013-04-17 Thread Burak Arslan
On 04/17/13 16:50, Ombongi Moraa Fe wrote: My client.service.gere(ri) method call logs the below soap response in my log file. xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>xmlns:ns1="http://www.csapi.org/schema/parlayx/sms/s

Re: Parsing soap result

2013-04-17 Thread darnold
On Apr 17, 1:05 pm, Christian Heimes wrote: > Am 17.04.2013 19:55, schrieb darnold: > > > On Apr 17, 8:50 am, Ombongi Moraa Fe > > wrote: > > >> how do I use xml.etree.ElementTree to print the parameters address and > >> deliveryStatus? Or is there a better python method? > > > I'm sure there are

Re: Parsing soap result

2013-04-17 Thread Christian Heimes
Am 17.04.2013 19:55, schrieb darnold: > On Apr 17, 8:50 am, Ombongi Moraa Fe > wrote: > >> how do I use xml.etree.ElementTree to print the parameters address and >> deliveryStatus? Or is there a better python method? >> > > > I'm sure there are prettier ways to do this, but you can use XPath >

Re: Parsing soap result

2013-04-17 Thread darnold
On Apr 17, 8:50 am, Ombongi Moraa Fe wrote: > how do I use xml.etree.ElementTree to print the parameters address and > deliveryStatus? Or is there a better python method? > I'm sure there are prettier ways to do this, but you can use XPath syntax to find all of your ns1:result nodes and loop th