1

私はserviceName自分のWebサービスにMYService. しかし、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 {


    ........
}

誰かがそれを修正する方法を教えてもらえますか。

ありがとう。

4

0 に答える 0