是否需要在服务器上发布 WSDL 文件才能使用其服务?

发布于 2024-11-16 05:00:00 字数 310 浏览 2 评论 0原文

我在本地有一个服务的 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文