Hi,

I am implementing an authenticator for WSO2-IS-5.1.0. I am
getting [1] exception while getting instance of
*javax.xml.soap.SOAPConnectionFactory* like [2]. But I imported the "
*org.apache.axis2.saaj.**" in pom. How can I fix this issue?

More Info: But did not get this error, if I use [3] to initiate the SOAP
connection. But getting [4] while building the SOAP message from response.
Since [5] is used to take instance of the SOAPMessage in
*org.apache.axis2.saaj.SOAPConnectionImpl* class.

[1] Unable to create SOAP connection factory: Provider
*org.apache.axis2.saaj.SOAPConnectionFactoryImpl* not found

[2] SOAPConnectionFactory soapConnectionFactory =
SOAPConnectionFactory.newInstance();

[3] SOAPConnection soapConnection = new
SOAPConnectionFactoryImpl().createConnection();

[4] Unable to create message factory for SOAP: Provider
*org.apache.axis2.saaj.MessageFactoryImpl* not found

[5]
MessageFactory mf = MessageFactory.newInstance();
SOAPMessage response = mf.createMessage();


Thank you
-- 
Shakila Sivagnanarajah
Associate Software Engineer
Mobile :+94 (0) 768 856837
[email protected]
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to