Closed nhennebe67 closed 8 years ago
The failure in appveyor is due to develop
not having appveyor.yml
yet. We should have it there by end of day.
Any news on this PR, can you approve it?
@nhennebe67 Can you replace all the tab indents with 4 spaces for consistency?
Any news here? I see this is really old and we are also running into encoding issues in xml deserialization.
Ability to override the encoding used to parse the Reponse to prevent parsing exception. This is useful if the response contains illegal characters that do not comply with the Xml Prolog. For example the response contains unicode, whereas xml Prolog is <?xml version='1.0' encoding='UTF-8'?>. Leave null to use xml Prolog encoding.