使用 wsdl2Java 制作的 Axi2 客户端使用 UTF-8 而不是 UTF-16

发布于 2024-12-06 16:59:49 字数 183 浏览 0 评论 0原文

我正在使用 Axis2 1.6.1 创建一个 Web 服务,包括服务器和客户端。 Web 服务非常简单:它接收两个字符串并返回一个字节数组。我发现的问题是客户端正在发送编码为 UTF-8 的请求,因此当我发送带有重音符号的西班牙语文本时,它们会被一些奇怪的字符替换。如何强制客户端使用 UTF-16?

谢谢

何塞·路易斯

I'm using Axis2 1.6.1 to create a webservice, both the server and the client. The webservice is pretty simple: it receives two strings and returns an array of bytes. The issue I'm finding is that the client is sending the request encoded as UTF-8, so when I send a text in Spanish with accents, they get replaced by some strange characters. How can I force the client to use UTF-16?

Thanks

Jose Luis

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

亽野灬性zι浪 2024-12-13 16:59:49

您需要将其设置为服务客户端属性。请看这里[1]。

[1] http://wso2.org/library/230

you need to set it as a service client property. Please have a look at here[1].

[1] http://wso2.org/library/230

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文