Unable to create SOAP Factory: oracle.j2ee.ws.saaj.soap.SOAPFactoryImpl
Hi,
I'm having this issue while overriding the SOAPFactory with Oracle Implementation and getting this exception.
Java Version : jdk1.5.0_22
Oc4j Server : oc4j_101330
Caught SOAPException in marshallTSAMessage(): Unable to create SOAP Factory: oracle.j2ee.ws.saaj.soap.SOAPFactoryImpl.
System.setProperty("javax.xml.soap.SOAPFactory", "oracle.j2ee.ws.saaj.soap.SOAPFactoryImpl");
System.setProperty("javax.xml.soap.SOAPConnectionFactory", "oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnectionFactory");
Thanks for help
Ram