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

2009-07-10 Thread Stefan Hristov
(msg_ctx, env, AXIS2_SVR_PEER_IP_ADDR); char *remote_ip = (char *) axutil_property_get_value (peer, env); AXIS2_LOG_INFO (env-log, Got a call from %s, remote_ip); On Thursday 09 July 2009 18:40:46 Stefan Hristov wrote: Hi all, I am writing a web-service using

Obtaining consumer address from Axis2/C service

2009-07-09 Thread Stefan Hristov
Hi all, I am writing a web-service using Axis2/C v1.6.0. The service is deployed with Apache2 mod-axis2.so. I need to get the sender IP address (or anything which can be used to identify the consumer) when my service is called (meaning, in axis2_svc_skel_XXX_invoke function). I have searched