Jboss ws,从utf自动解码soap消息

发布于 2024-10-24 17:29:21 字数 240 浏览 3 评论 0原文

我已经完成了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文