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:

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";


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

Reply via email to