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 handling the request and then parse that xml string to the axiom xml reader. In the case to sending the JSON, we processed the relevent axiom_node and build the relevent JSON string that then send it. The integration is done using a similar apporoach to handling REST in http_transport_utils. Now I'm working on the JSON sending part. So, I'll be able to send the patch just after doing that. Thanks, Kasun.
