You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Veruska Rocha Aragao <ar...@cs.man.ac.uk> on 2002/08/29 18:30:20 UTC

[NEWBIE]how do I identify a message sender ?

THE PROBLEM...
I have a client and a service interacting using Axis.
At some point (using handlers) I need to identify in a MessageContext 
the message sender and the message receiver.

PARTIALSOLUTION...
I managed to identify the receiver using the MessageContext.TRANS_URL.

HOW DO I...
How do I identify the message Sender

Cheers,
Veruska Aragao.