我使用注释开发了一个使用netbeans的ws:
@WebService MyWS()
public class MyWS {
@WebMethod(operationName="MyWebMethod")
public MyWebMethod(@WebParam(name="str") StringHolder str){
...
}
}
应用程序的上下文根是/ WSTests
根据这些信息,我如何推断出与我的项目相关的.wsdl是什么来测试它 - 例如 - soapui?
像http://localhost:8080/WStests/xxxx/yyyy.wsdl
这样的东西由于