<soapenv:Reason>
<soapenv:Text xml:lang="en-US">
Mapped formatted JSON with namespaces are not supported in Axis2.
Make sure that your request doesn't include namespaces or use the
Badgerfish convention
</soapenv:Text>
</soapenv:Reason>
Badgerfish & Mapped are two JSON to XML conversion conventions..
Badgerfish supports namespaces while Mapped convention does not
support namespaces.

Please try changing your "application/json" message formatter
specified in the axis2.xml to
JSONBadgerfishMessageFormatter as given below...

       <messageFormatters>
               <messageFormatter contentType="application/json"

class="org.apache.axis2.json.JSONBadgerfishMessageFormatter"/>
               <!-- more message formatters -->
       </messageFormatters>

Thanks,
Thilina

PS: For more information refer to JSON Support for Apache Axis2
(http://wso2.org/library/768)

thx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to