Re: Axis2 Web Service Client sending request in json format

2011-12-27 Thread Onder SEZGIN
Hello, I have already followed your blogpost. Unfortunately, i could not make much progress on it. I am getting similar errors as below. [INFO] Clustering has been disabled org.apache.axis2.deployment.DeploymentException: The system is attempting to engage a module that is not available: DynamicR

Re: Axis2 Web Service Client sending request in json format

2011-12-27 Thread Pulasthi Supun Wickramasinghe
Hi I wrote a blog post on Creating a JSON client for AXIS2[1] a while back i hope this will help you up to some extent. [1] http://pulasthisupun.blogspot.com/2011/09/creating-json-client-for-axis2.html On Tue, Dec 27, 2011 at 7:46 AM, Onder SEZGIN wrote: > Hello, > > I have been lately googl

Axis2 Web Service Client sending request in json format

2011-12-26 Thread Onder SEZGIN
Hello, I have been lately googling to find out if I would be able to write Axis2 Web Service client to invoke a Web Service over HTTP using JSON. I have seen that json support is added and i tried an example to make a Web Service call through web browser (JSON request / JSON Response)and it worked