I have created a very simple web service using Netbeans, Java EE6, JAX-WS and TomCat. It just have one @WebMethod getWsdlURL(), which is supposed to return the URL of my wsdl, and it should be something similar to:
http://192.168.70.44:8088/SimpleWebService/WebService?wsdl
However I don't have any idea on how to do that.
Can anyone help me?
getWSDLDocumentLocation
method. – Urina