0 Replies Latest reply on Mar 22, 2011 7:58 AM by dimshust1985

    Jboss ws, auto decode soap message from utf.

    dimshust1985

      I've done servlet and deployed it into jboss. Servlet is working as web service. All is working correctly. But, when my client send SOAP  message on server. Jboss decodes this message from utf to ASCII. Another words, when message goes away from client, it's in utf-8, when it is coming in @webmethod it already in ASCII. SO, how i think, JBOSS  automatic decodes  this message.

      So, i dont need it.. And i cant understand, how can i stop it.