EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

getEmailTemplate response fails to parse as valid XML #22

Open dchurchv opened 10 years ago

dchurchv commented 10 years ago

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?

dchurchv commented 10 years ago

Here is the XML snippet that is being companied about:

              <member>
                    <name>categories</name>
                    <value>
                        <ex:nil></ex:nil>
                    </value>
                </member>