I am using Axis 1.4, when I get the response from a webservice developed by a third party, it is giving me the following error:
java.io.IOException: java.io.IOException: java.io.IOException: java.lang.IllegalArgumentException: The char '0x0' after '' is not a valid XML character
What happens is that you are returning to me in the content of the description field a String of 40 blank spaces. The value that it brings description is: "
"
The enconding I use in utf-8
Any idea how to solve it?