On Fri, 2016-07-22 at 13:55 +0000, Michael Neumann wrote:
> 2016-07-22T11:34:05.205Z - Error: Input is not proper UTF-8, indicate
> encoding !

Not sure if this will help, but try enabling this
option: XML_PARSE_RECOVER

If that doesn't help, you will need to manipulate the message body
before it's parsed by libxml (see lib/soap.coffee). You can either find
and replace the offending byte sequence or try converting between
different encoding types using Buffer's functions. Doesn't look like
it's going to be easy :)

-- 
Zaid Abdulla
[email protected]

_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to