My application is connecting to a web service rpc/encoded. Im using Axis 1.4. When the webservice sends a response, it sends an invalid character then an exception:
http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException:
An invalid XML character (Unicode: 0x3) was found in the element content of the document.
The xml encoding is "ISO-8859-1". I think that is the problem.
My question is: Is there any configuration that i can make in my application to accept this invalid character ?