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.
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
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
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
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
>
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