On Wed, Oct 15, 2008 at 9:35 AM, Igor Nogueira <[EMAIL PROTECTED] > wrote:
> Guys, I have a doubt. I have handler engaged on the inflow and outflow. I'd > like to know what's the client's address . I tested the MessageContext's > "From" and "To" parameters and I have the following situation: > Does client sends the Addressing headers. if so this detail can be found in To Header. > > > At Inflow: > "From" value is 127.0.0.1 (I invoke the webservice from localhost); > "To" value is "http://127.0.0.1:8080/axis2/services/ShoppingCart1". > > At outflow: > "From" is null; > "To" is ":http://www.w3.org/2005/08/addressing/anonymous" > This means the response is send in the back channel. if the client message has given a reply to address it would have showed the address. thanks, Amila. > > > > Is it possible to retrieve the real client's address on the messagecontext > received as parameter of the handler's invoke method? Or is it built on a > later phase of OutFlow and I can' access it? > > > > Thanks in advance, > > Igor > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
