一项操作只能有一个给定类型的输入或输出标头吗?
情况:我正在尝试使用客户端 Web 服务进行 CC 授权。他们没有在该网站上发布 WSDL 文件,但他们已经提供了 WSDL 文件。我正在使用 Visual Studio 2005 并创建一个使用 Web 服务的 Web 应用程序。
似乎适用的此错误的唯一参考在这里: http:// /followtheheard.blogspot.com/2007/12/consuming-web-services.html。我安装了 WSE3.0 并将我的项目配置为使用 WSE,并且正在调用 Web 参考的 WSE 版本,但仍然收到此错误。任何帮助将不胜感激。
Situation: I am trying to consume a clients web service for CC authorization. They are not publishing the WSDL file on there site, but they have provided the WSDL file. I am using Visual Studio 2005 and creating a web application that consumes the web service.
The only reference to this error that seems to apply is here: http://followtheheard.blogspot.com/2007/12/consuming-web-services.html. I installed WSE3.0 and configured my project to use WSE and am calling the WSE version of the web reference and I am still getting this error. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,需要 WSE 的 Java 编写的 Web 服务与 Visual Studio 2005 之间的互操作性很差。升级到 Visual Studio 2008 可以更轻松地使用 WSE3.0 工具集。
Apparently there is poor interoperability between web services written in Java requiring WSE and Visual Studio 2005. Upgrading to Visual Studio 2008 allows for easier use of the WSE3.0 toolset.