Closed GoogleCodeExporter closed 8 years ago
I encounter the same problem!
Original comment by bob20...@gmail.com
on 18 Oct 2010 at 3:39
Can you try with the 2.5.1 release as well as clarify what the problem actually
is. These tags should not present a problem for parsing.
Original comment by mosa...@gmail.com
on 18 Oct 2010 at 4:30
[deleted comment]
[deleted comment]
Hi, I get the following error when using AndroidHttpTransport in 2.4. The
problem exists in 2.5.2 as well. What is the purpose of these tags and how can
I remove them?
<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><
env:Body><env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<faultcode>env:Server</faultcode>
<faultstring>Inbound schema validation fault: cvc-complex-type.3.2.2: Attribute
'c:root' is not allowed to appear in element 'n0:<SOAP_element_name>'.
Original comment by henrik.l...@gmail.com
on 8 Nov 2010 at 10:01
Attributes are removed by
envelope.setAddAdornments(false);
Original comment by henrik.l...@gmail.com
on 8 Nov 2010 at 10:21
So does this actually fix this issue then? If so I can close it right?
Original comment by mosa...@gmail.com
on 8 Nov 2010 at 10:33
API already supports this as documented above. Therefore not an issue.
Original comment by mosa...@gmail.com
on 15 Nov 2010 at 8:56
Original issue reported on code.google.com by
balamura...@gmail.com
on 17 Aug 2010 at 9:56