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

axis2/c and json

2009-07-09 Thread Haszlakiewicz, Eric
I've been looking at getting axis2/c working with json encoding instead of xml. There is a rather old jira (AXIS2C-683) that had some not-quite-working code in it that I've started playing around with. Before I spend too much more time getting that functional, I figured I should ask: is there

Re: axis2/c and json

2009-07-09 Thread Samisa Abeysinghe
On Fri, Jul 10, 2009 at 12:06 AM, Haszlakiewicz, Eric ehas...@transunion.com wrote: I've been looking at getting axis2/c working with json encoding instead of xml. There is a rather old jira (AXIS2C-683) that had some not-quite-working code in it that I've started playing around with.