Re: Problem parsing SOAP envelope with ElementTree

2008-05-07 Thread Zvi
On May 7, 1:12 am, Waldemar Osuch <[EMAIL PROTECTED]> wrote: Thanks a lot :) P.S. It was a complete code, I didn't write anything else. -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem parsing SOAP envelope with ElementTree

2008-05-07 Thread Waldemar Osuch
Zvi wrote: Hi All, Can someone tell me why id the following not working? snip not working code What am I doing wrong? Here is working code. 8<- from xml.etree import ElementTree as ET data = """xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; xmlns

Problem parsing SOAP envelope with ElementTree

2008-05-06 Thread Zvi
Hi All, Can someone tell me why id the following not working? I have a soap response envelope, for test purpose it's just a string and I create ElementTree from it. Then I try to find Response tag, but I get None. data = """http://schemas.xmlsoap.org/ soap/envelope/" xmlns:xsi="http://