Fetch certificate information

2012-02-14 Thread Yogesh Sagar
Hello, I am trying to access client certificate information over Axis2Request. The axis2 web service is running as a stand alone service (that is Axis2 is not deployed on Servlet container). Is there a way to get the client certificate information during the request? Any help is very much apprecia

Setting soapAction on ServiceClient

2012-02-14 Thread HÃ¥kon Sagehaug
Hi all, We use the service client to invoke some services, where we hand craft the xml messages. One of the services we need to set the soapAction to empty. So I've tried this Options opts = new Options(); String erp = "http://localhost:12000/biomart";; opts.setTo(new EndpointReference(erp)); op

Re: Fetch certificate information

2012-02-14 Thread Andreas Veithen
The stand-alone server doesn't support HTTPS. Therefore there are no client certificates that you could get... Andreas On Tue, Feb 14, 2012 at 15:20, Yogesh Sagar wrote: > Hello, > I am trying to access client certificate information over Axis2Request. The > axis2 web service is running as a sta

Axis2 and class loading

2012-02-14 Thread fadila.mumbasic
Hi, we have Tomcat and axis2 (1.6) running. One of our web services needs jaxen.jar and dom4j.jar. The web service archive file contains these jar files within the service's WEB-INF/lib. Nevertheless by executing the method the web service throws the exeception org.dom4j.InvalidXPathExceptio

RE: Axis2 and class loading

2012-02-14 Thread Dipesh Garg
YOU CAN RENAME THE JAR FILE starting with aa, then this jar will be loaded first Dipesh Garg -Original Message- From: [email protected] [mailto:[email protected]] Sent: Wednesday, February 15, 2012 1:06 PM To: [email protected] Subject: Axis2 and class loading

RE: Axis2 and class loading

2012-02-14 Thread Dipesh Garg
YOU CAN RENAME THE JAR FILE starting with aa, then this jar will be loaded first Dipesh Garg -Original Message- From: [email protected] [mailto:[email protected]] Sent: Wednesday, February 15, 2012 1:06 PM To: [email protected] Subject: Axis2 and class loading