Parsing soap/xml result

2013-06-25 Thread miguel olivares varela
I try to parse a soap/xml answer like: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; soapenv:Body ns1:giftPkgResponse

Re: Parsing soap/xml result

2013-06-25 Thread MRAB
On 25/06/2013 23:28, miguel olivares varela wrote: I try to parse a soap/xml answer like: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; soapenv:Body

Re: Parsing soap/xml result

2013-06-25 Thread Dave Angel
On 06/25/2013 06:28 PM, miguel olivares varela wrote: I try to parse a soap/xml answer like: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; soapenv:Body