I would like to know is there any possibility that i can get HTTP Header details in webservice request.
I want to know exactly from which domain the web service has been called? Is there any way that i can capture this from the SOAP request for the webservice.
Thanks in Advance, Narendra
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
Welcome to JavaRanch.
That depends on the SOAP toolkit you're using. E.g., using Axis 1 you could do something like this to get at the HttpServletRequest object: