我用apache-cxf-2.7.4创建了一个Web服务.我进入了项目中生成的课程.我项目中的库是:
我有以下错误:
constructor Service in class javax.xml.ws.Service cannot be applied to given types;
required: java.net.URL,javax.xml.namespace.QName
found: java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[]
reason: actual and formal argument lists differ in length
Run Code Online (Sandbox Code Playgroud)