ServiceName未反映在Web服务中

时间:2013-01-10 04:45:08

标签: java web-services

我的网络服务中serviceNameMYService。但在wsdl我没有得到这个名字。我仍然得到http://localhost:8080/rpc/soap/getResult?wsdl=Info.wsdl

@WebService(portName="portname", serviceName = "MYService", targetNamespace="http://test.com/webservices")
@SOAPBinding(style = SOAPBinding.Style.RPC, use= SOAPBinding.Use.LITERAL, parameterStyle= SOAPBinding.ParameterStyle.WRAPPED)
public interface Info {


    ........
}

有人可以告诉你如何纠正它。

感谢。

0 个答案:

没有答案