Error in PROD IS which predominantly uses web services

Hello all,

Below error is thrown continuously every 5-10 secs in one of our PROD servers where web services are predominantly used.

Invalid white space character (0x2) in text to output
Caused by: com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x2) in text to output
Caused by: java.io.IOException: Invalid white space character (0x2) in text to output

From service usage, it is not that clear which service run is causing this issue. Please provide your suggestions if any of you have come across this error. And please let me know if you need more information.

AFAIK 0x2 is not a valid XML character. It should be encoded as a character reference. I’m not sure whether it’s possible within the XML 1.0 spec or only in XML 1.1. Please look on the internet for details. IMO this is not a webMethods issue.