> WSDL 地址位置

发布于 2024-12-11 23:28:21 字数 427 浏览 1 评论 0 原文

<service name="MathServicesService">
    <port name="MathServicesPort" binding="tns:MathServicesPortBinding">
      <soap:address location="http://localhost/C:\Users\cvolkernick\workspace\WSDLServer\bin\math\"/>
    </port>
  </service>

上面写着 时我应该有什么?我尝试使用 Web Services Explorer 在本地测试我的 Web 服务,但我不断收到 404 错误

<service name="MathServicesService">
    <port name="MathServicesPort" binding="tns:MathServicesPortBinding">
      <soap:address location="http://localhost/C:\Users\cvolkernick\workspace\WSDLServer\bin\math\"/>
    </port>
  </service>

What should I have where it says <soap:address location="URL" /> ?? I am trying to test my web service locally with Web Services Explorer, but I keep getting 404s

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗失的美好 2024-12-18 23:28:21

要在本地运行服务,您必须有一个正在运行的服务器(例如 Tomcat 应用程序服务器,甚至是简单的 JAX-WS 端点)。

然后您需要在此处指定端点的 URL(或在获取服务实例时作为参数)。

To run the service locally you must have a server running (for example a Tomcat application server or even a simple JAX-WS endpoint).

Then you need to specify the URL of the endpoint here (or as a parameter when you get the service instance).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文