From issues-return-1336-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Tue Jul 22 14:10:56 2008 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 70505 invoked from network); 22 Jul 2008 14:10:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 14:10:56 -0000 Received: (qmail 87053 invoked by uid 500); 22 Jul 2008 14:10:56 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 87021 invoked by uid 500); 22 Jul 2008 14:10:56 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 87010 invoked by uid 99); 22 Jul 2008 14:10:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 07:10:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 14:10:02 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CDC2914A8043 for ; Tue, 22 Jul 2008 09:10:26 -0500 (CDT) Message-ID: <13288481.1216735826824.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 22 Jul 2008 09:10:26 -0500 (CDT) From: "Cuellar Gregory (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-1827) XMPRPC Basic Compliance ( Call continuum XPMRPC Service from other language like Php ) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org XMPRPC Basic Compliance ( Call continuum XPMRPC Service from other language like Php ) -------------------------------------------------------------------------------------- Key: CONTINUUM-1827 URL: http://jira.codehaus.org/browse/CONTINUUM-1827 Project: Continuum Issue Type: Improvement Components: XMLRPC Interface Affects Versions: 1.1 Reporter: Cuellar Gregory Attachments: Continuum - 1.1 - 669955 - Modif XMLRPC.patch, Test PHP.zip The XMLRPC API used by continuum is not compliant with other language because Java Objects are serialized. This patch add XMLRPC standard function based on all non compliant functions. Those functions names ends with 'RPC'. It 's also providing some generics function to reuse this mechanism for further developments. The patch also correct some bugs ( An infinite loop, some updates errors, some fields weren't accessible) The zip file contains a php sample. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira