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
please help me.
Regards,
Mahesh Kumar
possible please help
me.
Regards,
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
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
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
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
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:
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