We use Axis2 to generate web service response of which the body is a xml message that generated from a system using windows 1252 as encoding. Our Axis2 system, will wrapped this body inside a soap message using utf8. The message is then send to the caller. However, the caller keep reject the message with "Invalid byte 1 of 1-byte UTF-8"
The caller system suggest me to take out the encoding attribute in the xml declare of the response. I do not know how to tell axis not to put this setting. Any one know how?