是否需要在服务器上发布 WSDL 文件才能使用其服务?
我在本地有一个服务的 WSDL 文件。我用它来使用 eclipse 生成我的 java 代理客户端。
现在,当我调用该服务时,它失败了。我得到的错误是 java 客户端正在寻找在 Web 服务器上发布的相同 WSDL(我从中生成代理客户端)文件。 (寻找 WSDL 的 https://myservice.com/xyz?wsdl 类型 URL
)想要澄清的是,是否需要在 Web 服务器上发布 WSDL 文件才能使用该服务?如何让我的客户使用该服务?
I had a WSDL file locally for a service. I used it to generate the my java proxy client using eclipse.
Now when I invoke this service, it fails. The error i get is that java client is looking for the same WSDL (from which I generated proxy client) file published on the web server. (looks for https://myservice.com/xyz?wsdl type URL for WSDL)
so, what I want to clarify is that does it require to publish WSDL file on web server to use the service? How can I get my client working with the service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论