Re: Axis2 ConnectionTimeout Problem

2010-06-28 Thread naren
Hi, Axis2 1.5.1 creates its own MultithreadedHttpConnectionManager. Is there any way to override this ? Thanks, Naren Even though I am creating MultithreadedHttpConnectionManager, Axis On Wed, Jun 23, 2010 at 7:01 PM, Deepal Jayasinghe wrote: > Did you try to set the connection timeout value,

Re: CXF vs Axis2

2010-06-28 Thread Srinivasa K
Hi Dennis, Thank you very much for your inputs on this. I may conact you If I need any futher help. Thanks again. Thanks, Srini On Wed, Jun 23, 2010 at 6:22 PM, Dennis Sosnoski wrote: > Hi Srini, > > Metro has a small performance advantage over CXF and Axis2, though that's > mostly significant

[no subject]

2010-06-28 Thread Galchin Vasili
http://wosoxinu.angelfire.com/ - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

RE: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-28 Thread Betts, Hendry
Brian, It's not a bug. It is a known issue. The current implementation of Axis2 1.5.1 uses httpCommonsClient 3 (I believe). The oaklandSoftware solution wrote their own transport sender using the Commons Client v4 and JCIFS which handles the NTLM v2 messages (whereas httpCommons Client 3 do

RE: SSL communication problem with axis webservice client

2010-06-28 Thread Betts, Hendry
Nirmish, Yes, you are missing a key factor. The httpCommonsClient that is used to invoke the service will depend on a trusted keystore if you are using internal CAs. To make this work, you will want to set the javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword. Below is an example of

RE: Log all http request

2010-06-28 Thread Betts, Hendry
Why not just log the httpclient.wire logger to a different level and destination. It captures everything that is sent via the httpclient. Hendry -Original Message- From: Bartolomeo Nicolotti [mailto:[email protected]] Sent: Wednesday, June 23, 2010 11:14 AM To: Tomcat Developers List;

Réf. : Cannot intercept soap headers in Axis2

2010-06-28 Thread valerie . bauche
Your header is nor correct : start tag is "geolocalisation" and end tag is "pass"... Or is it incomplete ? Valérie karoudja 28/06/2010 15:29 Veuillez répondre à java-user Pour : [email protected] cc : Objet : Cannot intercept soap headers in Axis2 Hi all

Cannot intercept soap headers in Axis2

2010-06-28 Thread karoudja
Hi all, I would like to intercept soap header of my request before executing my WS on Axis2. So I succeed to sent to Axis2 a request with header but the problem is that Axis2 cannot get the headers from my request. To get the header I have build a handler. This handler is activated each time I rec