RE: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-10-03 Thread Hodchenkov, Paul
Subject: Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2 Hi, thanks for the answer. I've built the source file you attached and added it to axis2.xml, but still, the problem remains! Op 29/09/2011 12:06, Hodchenkov, Paul schreef: Hi, Please find the source att

RE: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-29 Thread Hodchenkov, Paul
to a SOAP Web service using Axis2 Hi, I suppose you mean JSONBadgerfishOMBuilder ? is it possible to send me a modified jar ? Or explain how I can modify JSONBadgerfishOMBuilder and what the whole processDocument method looks like? Thanks! Op 28/09/2011 15:21, Hodchenkov, Paul schreef: Hi

Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-29 Thread Hans De Clercq
Hi, I suppose you mean JSONBadgerfishOMBuilder ? is it possible to send me a modified jar ? Or explain how I can modify JSONBadgerfishOMBuilder and what the whole processDocument method looks like? Thanks! Op 28/09/2011 15:21, Hodchenkov, Pa

RE: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-28 Thread Hodchenkov, Paul
PM To: java-user@axis.apache.org Subject: Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2 On a related note, can anyone tell me how to compose a request to a service using a plain http request or from javascript to invoke the json formatter? I tried this wit

Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-28 Thread Charles Galpin
On a related note, can anyone tell me how to compose a request to a service using a plain http request or from javascript to invoke the json formatter? I tried this with the JSONMessageFormatter/JSONOMBuilder but can't seem to get the contentType sent in the request to trigger the formatter. Thi

Re: [AXIS2] Problem: Sending JSON messages to a SOAP Web service using Axis2

2011-09-28 Thread Pulasthi Supun Wickramasinghe
Hi Hans. On Wed, Sep 28, 2011 at 1:28 PM, Hans De Clercq < hans.de.cle...@aristomusic.com> wrote: > Hi, > > I currently have a SOAP Web service in Axis2! > For using the web services for mobile applications I'm trying to send the > messages in JSON. This way, less text has to be send. (I know