带有 com.sun.net.HttpServer 和 .net 的 JAX WS
我有一个非常令人沮丧的问题。我有一个使用 JAX WS 创建的 Web 服务 注释和 Endpoint.publish(...) 技巧。当然,它使用com.sun.net.HttpServer。当我尝试在 Visual Studio 中添加服务引用时,它不会移动。服务器说:
不支持的内容类型:仅接受 text/xml
但 .net 要求使用 application/soap+xml 内容类型。
如何更改 jax ws 中的内容类型?或者,我如何更改 Visual Studio 添加参考内容的内容类型。
谢谢。真是令人沮丧!
I have a very frustrating problem. I have a web service created with JAX WS
annotations and Endpoint.publish(...) trick. Of course, it uses com.sun.net.HttpServer. When I try to add a service reference in Visual studio, it won't budge. The server says:
unsupportent content-type: accepted only text/xml
But .net asks with application/soap+xml content-type.
How do i change the content-type in jax ws? Or, how do i change the content type of visual studio add reference thingy.
Thank you. It's very frustrating!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌搜索后我发现...
参考。希望这有帮助:)
编辑:尝试以下注释...
或者
After googling i found...
Reference. Hope this helps :)
EDIT: try the below annotations...
OR