我对其进行了解决,以便将jaxws-rt-2.2.8.jar作为依赖项添加到我的项目中,并将以下内容写入weblogic-application.xml:
<wls:prefer-application-packages> <package-name>com.sun.xml.ws.api.wsdl.parser.*</package-name> </wls:prefer-application-packages><wls:prefer-application-resources> <wls:resource-name>meta-INF/services/javax.xml.ws.*</wls:resource-name> <wls:resource-name>meta-INF/services/com.sun.xml.ws.*</wls:resource-name> <wls:resource-name>meta-INF/services/com.sun.tools.ws.*</wls:resource-name> </wls:prefer-application-resources>



