wsdl的方向应该是什么?

时间:2018-06-29 15:02:00

标签: web-services tomcat soap wsdl netbeans-8

在netbeans中创建一个肥皂网络服务,tomcat在端口8181上运行,但是当我给它提供WSDL的地址时:http://本地主机:8181 / authws / AuthenticationService? WSDL。我不确定必须提供的Web服务地址。

在WSDL中:

<wsdl:service name="AuthenticationService">
  <wsdl:port binding="tns:AuthenticationWS" name="AuthenticationWS">
   <soap:address location="http://localhost:8181/authws/AuthenticationService"/>
  </wsdl:port>  
</wsdl:service>

项目视图: enter image description here

感谢您的帮助!

0 个答案:

没有答案