Jboss ws,从utf自动解码soap消息
我已经完成了 servlet 并将其部署到 JBoss 中。 Servlet 作为 Web 服务工作。一切正常。但是,当我的客户端在服务器上发送 SOAP 消息时。 JBoss 将此消息从 UTF 解码为 ASCII。换句话说,当消息从客户端发出时,它是 UTF-8 格式的,当它以 @webmethod 传入时,它已经是 ASCII 格式了。所以,我认为,JBOSS 会自动解码此消息。
所以,我不需要它......而且我不明白,我怎样才能阻止它。
I've done servlet and deployed it into JBoss. Servlet is working as web service. All is working correctly. But, when my client sends SOAP message on server. JBoss decodes this message from UTF to ASCII. In other words, when message goes away from client, it's in UTF-8, when it is coming in @webmethod it already in ASCII. So, i think, JBOSS automatically decodes this message.
So, i dont need it.. And i cant understand, how can i stop it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论