1 Reply Latest reply on Apr 5, 2005 2:15 PM by dannox02

    Determining who called web service

    dannox02

      Hi all,

      Is it possible to log details about the caller of your web method in a Handler? I have created a handler which I can use to extract the username and password from the MessageContext for authentication purposes. I'd also like to create a logging Handler to log other details.

      In particular, I've been trying to figure out how to tell the IP of the caller. Is it possible to identify the caller in the Handler?

      Thanks,