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: 243

Filed under:
|

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

Related posts about web-services

Related posts about java