Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am receiving the following error:
Could not parse the XML stream caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Illegal character ((CTRL-CHAR, code 26))
at [row,col {unknown-source}]: [1,1818].
How can I solve the problem?
Would it be possible to change the incorrect character before the response becomes an XML DOCUMENT?
Any solution / idea will be appreciated.
Thank you
Hello
Thank you for your answer.
I know what the wrong character is, but I can not (I do not know how) remove it before the TESBConsumer component tries to convert the Web Service response to a DOCUMENT TYPE.
Thank you again.
Yes
I know what character is the problem and where is in the XML response. But I want to solve the problem for future cases. It is sure that it will continue happening.
The web service where I connect, occasionally, returns characters that are not correct for an XML.
The TESBCconsumer component always, before returning control to the next component, converts the XML result into a Document type object.
I would like to change the character before the conversion to avoid the error.
Thank you