> WSDL 地址位置
<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 错误
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在本地运行服务,您必须有一个正在运行的服务器(例如 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).