Re: Modifying http request from axis2

2012-02-01 Thread emna
s-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

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