从 JDK 8 升级到 JDK 11 后,出现异常,因为 Provider com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl not found如何解决?

问题描述

我正在使用 bw 应用程序。我们已从 JDK 8 升级到 JDK 11。在线

SOAPMessage soapMessage = MessageFactory.newInstance().createMessage();

我收到一个异常:

java.lang.classNotFoundException: javax.xml.soap.soAPMessage cannot be found.
Added javax.xml.soap-api-1.4.0.jar in classpath,though the above error is not seen,getting the following exception 
javax.xml.soap.soAPException: Unable to create message factory for SOAP: Unable to create saaj Meta-factory: Provider com.sun.xml.internal.messaging.saaj.soap.saajMetaFactoryImpl not found.

我已按照一些帖子中的建议在类路径中添加saaj-impl-1.5.1.jar,但错误并未消失。有人可以帮忙吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)