Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 73658 invoked from network); 22 Jun 2009 16:46:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 16:46:26 -0000 Received: (qmail 6511 invoked by uid 500); 22 Jun 2009 16:46:37 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 6467 invoked by uid 500); 22 Jun 2009 16:46:36 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 6413 invoked by uid 99); 22 Jun 2009 16:46:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 16:46:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 16:46:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51D2F234C046 for ; Mon, 22 Jun 2009 09:46:07 -0700 (PDT) Message-ID: <583941035.1245689167330.JavaMail.jira@brutus> Date: Mon, 22 Jun 2009 09:46:07 -0700 (PDT) From: "Eric Haszlakiewicz (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-683) JSON support for Axis2/C In-Reply-To: <5588884.1188555030790.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Haszlakiewicz updated AXIS2C-683: -------------------------------------- Attachment: json_support_new.tgz Well, I didn't feel like waiting around for someone to answer my question, so I went and got the original patches to build against axis2c 1.6.0. This is unfinished, and has a bunch of things that need to be cleaned up, but it at least compiles. I'm attaching this now as I might not have time to do anything else with this right now. > JSON support for Axis2/C > ------------------------ > > Key: AXIS2C-683 > URL: https://issues.apache.org/jira/browse/AXIS2C-683 > Project: Axis2-C > Issue Type: New Feature > Components: xml/soap > Affects Versions: Current (Nightly) > Environment: Windows XP > Visual Studio.NET 2005 > Reporter: Kasun Indrasiri > Attachments: json_support_axis2c.zip, json_support_new.tgz > > > JSON support for Axis2/C able to handle incomming JSON strings and able to send JSON strings. > It identifies the JSON content and handle the request and capable of sending responses to the JSON service. > JSON support for Axis2/C currently supporting the Badgerfish Convention. > JAxC parser converts the incomming JSON string to XML and XML (from axiom_node) to JSON string. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.