How to make Tomcat 8 recognize unicode characters in response? E.g. "start of text": 
which it should convert to: (as stackoverflow and Weblogic do by default).
Why is Tomcat not able to do the same? Or should this be configured instead in the generated webservice client that we are using to do the call?
Axis 1.4's SAX parser crashes when it finds 
in the response, Axis 2 at least it returns just null. We don't have a wide range of tools to use to generate our webservice clients because we're using SOAP messages and rpc/encoded wsdls.
I'm about to try this idea, of implementing a HTTP client to send and receive the data as String: Axis 1.4 can't deserialize response.
Is there something else that I can try to get this working?