使用 wsdl2Java 制作的 Axi2 客户端使用 UTF-8 而不是 UTF-16
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将其设置为服务客户端属性。请看这里[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