Jenkins build is back to normal : Axis2-trunk-java-1.6 #762

2012-02-01 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: Modifying http request from axis2

2012-02-01 Thread emna
Thank you. But I tried it. HttpServletRequest obj =(HttpServletRequest)msgCtx.getProperty("transport.http.servletRequest"); The obj was null !! Charitha Kankanamge wrote: > > The following [1] will help. > > [1] > http://charithaka.blogspot.com/2008/07/how-to-access-http-headers-from-axis2.

Re: Modifying http request from axis2

2012-02-01 Thread Charitha Kankanamge
The following [1] will help. [1] http://charithaka.blogspot.com/2008/07/how-to-access-http-headers-from-axis2.html /Charitha On Wed, Feb 1, 2012 at 4:50 PM, emna wrote: > > Hi, > > I'm using axis2 as SOAP engine, and Tomcat as a container for Web services. > > I think that redirecting the me

Modifying http request from axis2

2012-02-01 Thread emna
Hi, I'm using axis2 as SOAP engine, and Tomcat as a container for Web services. I think that redirecting the message from WS1 to WS2 requires modifications both on the SOAP message (the field: "To") and on the http request (headers: POST and HOST) through handlers. But, i couldn't access to the