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
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
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
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
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
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