I'm using bw application.JDK 8 is upgraded to JDK 11.At line
SOAPMessage soapMessage = MessageFactory.newInstance().createMessage(),
getting exception as
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.
I've added saaj-impl-1.5.1.jar in classpath as suggested in a few posts,but the error isn't going away.Can anyone help with this?