Thanks for the help
This was a SOAP Webservice message. I used httplib instead of SOAPpy or ZSI
because SOAPpy cann't do arrays of complex type and ZSI was confusing.
Thanks again
"Rodney" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> Im a Python newbie and am trying
Alan Kennedy wrote
> There are other ways to do it, e.g. using ElementTree, but I'll leave it
> to others to suggest the best way to do that.
using ElementTree with SOAP is discussed here:
http://effbot.org/zone/elementsoap-1.htm
--
http://mail.python.org/mailman/listinfo/python-list
[Rodney]
> Im a Python newbie and am trying to get the data out of a series of XML
> files.
As Paul McGuire already noted, it's unusual to extract information from
a SOAP message this way: it is more usual to use a SOAP toolkit to do
the job for you.
But, assuming that you know what you're doi
"Rodney" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> Im a Python newbie and am trying to get the data out of a series of XML
> files. So for example the xml is:
>
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/e
Hi,
Im a Python newbie and am trying to get the data out of a series of XML
files. So for example the xml is:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:tns="http://www.ExchangeNetwork.net/schema/v1.0/node.wsdl";
xmlns:types="