Re: [Dev] Unable to send SOAP call.

2016-04-03 Thread Shakila Sivagnanarajah
Hi Chiranga, While debugging the code, I found that the class loader did not find the package 'org.apache.axis2.saaj.SOAPConnectionFactoryImpl'. It throws the class not found exception like "*org.apache.axis2.saaj.SOAPConnectionFactoryImpl cannot be found by geronimo-saaj_1.3_spec_1.0.0.wso2v3".*

Re: [Dev] Unable to send SOAP call.

2016-03-30 Thread Shakila Sivagnanarajah
Hi Chiranga, *DEFAULT_SOAP_CONNECTION_FACTORY* is set to org.apache.axis2.saaj.SOAPConnectionFactoryImpl and *SF_PROPERTY* is set to javax.xml.soap.SOAPConnectionFactory. [image: Inline image 1] On Tue, Mar 29, 2016 at 3:16 PM, Chiranga Alwis wrote: > Hi, > > I just went through this issue. T

Re: [Dev] Unable to send SOAP call.

2016-03-29 Thread Shakila Sivagnanarajah
Hi, I already imported org.apache.axis2.saaj.* package. Earlier I used the version as *1.6.1.wso2v10*. As Niranjan suggested, I changed the version as *1.6.1.wso2v16* (IS 5.1.0 uses axis2_1.6.1.wso2v16). Still getting the same issue. Please find the implementation [1] and documentation [2] to repr

Re: [Dev] Unable to send SOAP call.

2016-03-20 Thread Malaka Silva
Hi Shakila, I had a offline discussion with Kishanthan. You need to import the org.apache.axis2.saaj.* package to your authenticator jar. On Thu, Mar 17, 2016 at 1:39 PM, Shakila Sivagnanarajah wrote: > Hi Chiranga, > > Please find the info below. > > Provider org.apache.axis2.saaj.SOAPConnect

Re: [Dev] Unable to send SOAP call.

2016-03-19 Thread Shakila Sivagnanarajah
Hi Chiranga, Please find the info below. Provider org.apache.axis2.saaj.SOAPConnectionFactoryImpl not found org.wso2.carbon.identity.application.authentication.framework.exception.AuthenticationFailedException: Error occurred while sending SOAP Request to Server: Unable to create SOAP connection

Re: [Dev] Unable to send SOAP call.

2016-03-15 Thread Chiranga Alwis
Hi, can you please provide the stack trace of the above instances of issues? On Mon, Mar 14, 2016 at 3:58 PM, Shakila Sivagnanarajah wrote: > Hi, > > I am implementing an authenticator for WSO2-IS-5.1.0. I am > getting [1] exception while getting instance of > *javax.xml.soap.SOAPConnectionFact

[Dev] Unable to send SOAP call.

2016-03-14 Thread Shakila Sivagnanarajah
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