Open dchurchv opened 10 years ago
Here is the XML snippet that is being companied about:
<member>
<name>categories</name>
<value>
<ex:nil></ex:nil>
</value>
</member>
Issue seems to be one of the fields (Categories) contains a ex:nil, and the XML parser doesn't like the "ex:" namespace.
Possibly could be handled by fixing up the response to support the ex: namespace for parsing?