Re: Obtaining consumer address from Axis2/C service - SOLVED

2009-07-10 Thread Sam Carleton
Thank you for posting the answer, this could be very useful! On Fri, Jul 10, 2009 at 7:10 AM, Stefan Hristov shris...@gcn.bg wrote: Well, looking at the source usually helps :) There is a property in msg_ctx called AXIS2_SVR_PEER_IP_ADDR which contains the remote peer IP address. So

Re: Obtaining consumer address from Axis2/C service - SOLVED

2009-07-10 Thread Stefan Hristov
Well, looking at the source usually helps :) There is a property in msg_ctx called AXIS2_SVR_PEER_IP_ADDR which contains the remote peer IP address. So basically this is how one could get the web-service consumer IP address: axutil_property_t *peer = axis2_msg_ctx_get_property