Re: JSON Support for Axis2C (GSoC2007)

2007-06-14 Thread Nandika Jayawardana
Hi Kasun, Yes, This should be a lot easier to interate to axis2. regards Nandika On 6/14/07, Kasun Indrasiri <[EMAIL PROTECTED]> wrote: Hi all, There are few issues on having a StAX parser for parse JSON strings. This is mainly due to the integration problems of JSON parser with Axis. There

JSON Support for Axis2C (GSoC2007)

2007-06-13 Thread Kasun Indrasiri
Hi all, There are few issues on having a StAX parser for parse JSON strings. This is mainly due to the integration problems of JSON parser with Axis. Therefore a direct conversion of JSON to XML and XML to JSON would be a possible solution. In this case we read the JSON string and convert it to X

Fwd: JSON Support for Axis2C(GSoC2007)

2007-06-04 Thread Nandika Jayawardana
upport for Axis2C(GSoC2007) To: Apache AXIS C Developers List On 6/4/07, Nandika Jayawardana <[EMAIL PROTECTED] > wrote: I think it is better to use axutil module. Yes, I can use the axutil. How about the implementation of the StAX parser. I do have two options -implement the StAX

Re: JSON Support for Axis2C(GSoC2007)

2007-06-04 Thread Kasun Indrasiri
On 6/4/07, Nandika Jayawardana <[EMAIL PROTECTED]> wrote: I think it is better to use axutil module. Yes, I can use the axutil. How about the implementation of the StAX parser. I do have two options -implement the StAX parser or - convert a json message to xml and pick the incoming json m

Fwd: JSON Support for Axis2C(GSoC2007)

2007-06-03 Thread Nandika Jayawardana
Hi Kasun, I think it is better to use axutil module.But if you have written large amout of code, don't try changing it. -- Nandika -- Forwarded message -- From: Kasun Indrasiri <[EMAIL PROTECTED]> Date: Jun 1, 2007 11:10 PM Subject: JSON Support for Axis2C(GSoC2007)

JSON Support for Axis2C(GSoC2007)

2007-06-01 Thread Kasun Indrasiri
Hi, I do have few things to clarify regarding the JSON support for Axis2C project. - In the case of implementing the StAX parser I have two options of developing it as an integrated module to Axis or as a separate module. (Even though the interfaces of StAX parser should be sync. with Axis

Re: JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Milinda Pathirage
Hi, I think it's better to look at guththila api and implement it to support JSON. Then we can easily write guththlia reader/writer wrapper like wrapper to plug JSON parser to Axiom. I think Java people did the same thing. The real problem is how to handle both XML & JSON at the same time?. :( T

Re: JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Samisa Abeysinghe
Kasun Indrasiri wrote: Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project and I went through the StAX wrapper that is used in Axis2C. I basically had look at /axiom_xml_reader.h/ and / axiom_xml_writer.h /and I do have few doubts on the regard

JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Kasun Indrasiri
Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project and I went through the StAX wrapper that is used in Axis2C. I basically had look at *axiom_xml_reader.h* and *axiom_xml_writer.h *and I do have few doubts on the regarding the implementation of the