JSON - Integrated with Axis2/C

2007-08-28 Thread Kasun Indrasiri
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

RE: [jira] Commented: (AXIS2C-677) Clone method required for axiom_node

2007-08-28 Thread Jamie Lyon
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