在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
感谢您的帮助!