<soap:address location =“??????????????”> WSDL地址位置</soap:address>

时间:2011-10-24 07:01:42

标签: xml web-services soap wsdl

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

我应该在哪里说<soap:address location="URL" />?我正在尝试使用Web Services Explorer在本地测试我的Web服务,但我一直在使用404s

1 个答案:

答案 0 :(得分:0)

要在本地运行服务,必须运行服务器(例如Tomcat应用程序服务器或简单的JAX-WS端点)。

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