How do I get the Source IP of a SOAP requesting client machine?
Posted
by lavanya-halliwell
on Stack Overflow
See other posts from Stack Overflow
or by lavanya-halliwell
Published on 2010-04-15T18:16:05Z
Indexed on
2010/04/15
18:23 UTC
Read the original article
Hit count: 266
web-services
|java
how do you get source ip, username, password, etc... of the client machine that sends a soap request? is there any of these details that one can pull for logging purposes?
I am using Java to handle the incoming SOAP requests. The service simply adds 2 numbers and is working, but I just need to get some client details.
Thanks, Lavanya
© Stack Overflow or respective owner