Hello

I am new to axis2 and have two questions:

1.
How can a handler of an axis2 webservice located in the outflow obtain information about the address or id of its client?
You can get the operation context and from that you can get the incoming message context. Once you have the message context you can access whatever you want.
For a handler located in the inflow, I can add a header at the client site, but this header isn't available for a handler of the outflow. Or is it?
Nope. Because ourflow and inflow are two different pipes in Axis2. But as I mentioned above you can do that using the operation context.

2.
Is it possible for a client of an axis2 webservice to directly address a out- or inflow handler?
I dont get what you mean hear ?
Or generally speaking: Is there a way to directly address a handler?

I'm using axis2 1.4.

Thanks,
Michael

--
Thanks,
Deepal
................................................................
http://blogs.deepal.org/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to