Hi,
I have integrated JSON parser with Axis2/C and successfully tested for
server side request handling(JSON Reader) using echo service.
I have to test it for sending the JSON string (JSON writer).
As we dicided earlier, we are converting in comming JSON string to a XML
string when we are handlin
Hi,
See my reply below.
> -Original Message-
> The C implementation of AXIOM is different form that of Java. Hence,
it is
> not easy, if not impossible to implement the clone method. This is
mainly
> because of hte linked list model that we have in the C implementation.
>
> The workaroun