What seems to be going on is that in order to use JSON with Axis2, it
requires special tweaks to your services.xml file i.e. JSON support for
Moshi is not on by default.
What I do in your situation, is start with the tutorial on enabling a full
application based on JSON and then add Corba to that.
Hi again, thanks for the response and sorry for my late reply. The problem
I'm having is that I would like to use Moshi (because of the simplified
JSON syntax) instead of Badgerfish, however I still haven't managed to
figure out how to make it work with a Corba service.
I attached the axis2.xml fil
Did you set up your axis2.xml file for badgerfish? Can you post it, if you
edited it? The axis2.xml file is the place to customize optional features
like these.
I don't use badgerfish myself - but I read that doc a lot as I use the
later introduced JSON support with GSON / Moshi quite a bit.
Unle
Hello all,
Over the past few weeks we have spent some time migrating our corba
services to webservices using Axis2. We managed to enable JSON support
using the Badgerfish convention and, since it does not require any
additional configuration, it worked as expected just by following the
documentati