Fwd: Axis2 json

2011-06-09 Thread Mahesh kumar
n client, I'm getting java.lang.IllegalArgumentException: The MessageContext does not have an associated SOAPFault. I'm getting same error when message type is application/json/badgerfish java.lang.IllegalArgumentException: The MessageContext does not have an associated SOAPFault. But it is working fine if there is no message type. Please let me know if you want addition details. Regards, Mahesh Kumar

Fwd: Axis2 json

2011-06-09 Thread Mahesh kumar
please help me. Regards, Mahesh Kumar

Axis2 websphere deployment problem

2011-06-09 Thread Mahesh kumar
possible please help me. Regards, Mahesh Kumar

Axis2 soapsession Example

2011-06-09 Thread Mahesh kumar
Hi, I'm new to axis2 webservice. Can anyone provide me example for soapsession. A .net application is going to consume my service. In this case which session type is appropriate. Transport session or soap session. Sorry for my ignorance

How to enforce JSON format

2011-06-21 Thread Mahesh kumar
Hi, How to enforce JSON as only format to access the webservice. I've started development using axis 1.6. I've specified only json format in axis2.xml message formatter. However im able to access without setting application/json in client. Which means xml is still working. How to prevent xml format

Is SOAP supports JSON format?

2011-07-07 Thread Mahesh kumar
Hi, I'm using axis 1.6. I'm aware that REST is lightweight and in addition it supports JSON. But I would like to use the advantages of SOAP like its state-fullness and asynchronous support. Documentation states that JSON is alternate format for XML and axis2 will support JSON. Does SOAP support

asis2 REST JSON exception

2011-07-07 Thread Mahesh kumar
Hi, I'm using axis2 1.6. I have created a webservice and I generated the client stub using ADB method. While accessing in REST form with application/json type I'm getting exception namespace expected http//package.com but found Could anyone have any idea how to fix this? By Mahesh

REST JSON example - Please spend fee minutes

2011-07-08 Thread Mahesh kumar
only getting exception that namespace error. Can anyone spend fee minutes to provide me a sample in REST JSON. That will be much helpful for me and many others. -- Forwarded message -- From: "Mahesh kumar" Date: 08-Jul-2011 12:00 AM Subject: asis2 REST JSON exception To:

Axis2 Converting SOAP+XML into REST+JSON

2011-07-12 Thread Mahesh kumar
I have created axis2 webservice using SOAP+XML. Now my client want me to use REST+JSON. I followed this article: http://www.marcusschiesser.de/?p=130 Calling http://localhost:8080/axis2/services/Version/getVersion?response=application/json from browser is always returning http://axisversion.sample