The name/identity of the invoker of a web service

Posted by Swamy g on Stack Overflow See other posts from Stack Overflow or by Swamy g
Published on 2009-11-10T02:34:10Z Indexed on 2010/04/10 9:03 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I have a SOAP web service which I call from two clients using axis2. Can the web service know from which of these two clients the call originated from? If so, how do I know that during runtime? Is there any API provided to lookup the name of the invoker of a particular web service by that web service. Thanks.

© Stack Overflow or respective owner

Related posts about web-service

Related posts about java