I have to log the client's IP address who is using my JAX RPC web service server.
IBM adviced to use servlet filters and get the IP using HTTP Request: http://www-01.ibm.com/support/docview.wss?uid=swg21304368
Is there a different way to get the request? I m using IBM WAS 8.5 and SOAP 1.2 for the server side. Thnx