I was trying to retreive the destination URL or the endpoint of webservice in my code,This is simply for my logging purpose,I am using Axis1.1 here is there any way that I can retreive the URI with the messageContext object in Axis?
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
This FAQ entry and the one following it show how to get at the HttpServletRequest and OperationDesc objects. Between those two, you should be able to find all the information you need.