Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 83458 invoked from network); 20 Jun 2006 16:46:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2006 16:46:42 -0000 Received: (qmail 96053 invoked by uid 500); 20 Jun 2006 16:46:36 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 95576 invoked by uid 500); 20 Jun 2006 16:46:35 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 95564 invoked by uid 99); 20 Jun 2006 16:46:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 09:46:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 09:46:34 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 2863B6ACA9 for ; Tue, 20 Jun 2006 17:46:13 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: general@ws.apache.org Date: Tue, 20 Jun 2006 16:46:13 -0000 Message-ID: <20060620164613.12492.62509@ajax.apache.org> Subject: [Ws Wiki] Update of "Tuscany/Interop" by SimonLaws X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by SimonLaws: http://wiki.apache.org/ws/Tuscany/Interop ------------------------------------------------------------------------------ ||'''Feature''' || '''Java''' || '''C++''' || '''PHP''' || || XML (DAS) || Y || Y || Y || || RDB DAS || Y || N || Y || - || Serialize to session || ? || N || via serialize() || + || Serialize to session || Via java serialize? || N || via serialize() || || Serialize to WS || Y (1) || Y (1) || N || (1) - SDO->XMLHelper->String->Axiom @@ -25, +25 @@ || 1 ||XML->SDO-XML || Y || Y || Y || SL || Interop via file system write and read || || 2 ||XML->SDO->AddData->XML - Dynamic || Y || Y || Y || SL || Java change summary reimplementation about to start || || 3 ||XML->SDO->AddData->XML - Generated || Y || Not Supported || Y (By Name/By Index) || TBD || PHP support is already used in test 2 || - || 4 ||XSD->SDO-XSD || Y || Y || Only supported via serialize || SL || Interop via file system write and read || + || 4 ||XSD->SDO-XSD || Not Supported || Y || Only supported via serialize || SL || Interop via file system write and read || || 5 ||RDB->SDO->AddData->RDB - Dynamic|| Y || Not Supported || Y || SL || Interop via database write and read || || || 6 ||RDB->SDO->AddData->RDB - Generated || Y || Not Supported || Y || SL || PHP generation support is already used in test 6 || || 7 ||XML->SDO->Axiom->SOAP->Axiom->SDO->XML || Y || Y || Not Supported || AB || || @@ -44, +44 @@ || With sdoJava``:package || interop5.xsd || ? || ? || Should ignore but crashes on import || || || Global Element of simple type || interop6.xsd || Y || ? || Output doesn't match input || Simple types at top level cause SDO problems || || Global Element of complex type || interop7.xsd || Y || Y || Y || || - || Element of simple type || N/A || N/A || N/A || N/A || Tested with interop10 || + || Element of simple type || interop10 || Y || Y || Y || Tested with interop10 || - || Element of complex type|| N/A || N/A || N/A || N/A || Tested with interop19 || + || Element of complex type|| interop19 || Y || Y || Y || Tested with interop19 || || Annotation ||interop8.xsd || Y || Y || Y || || || Notation ||interop9.xsd || Y || Y || Y || || || SimpleTypeWithName || interop10.xsd || Y || Y || Y || || @@ -180, +180 @@ == Test 3 - As test 1 but with data added in SDO through generated interface == No generated interface in C++. + Interface in PHP Is always generated dynamically == Test 4 - Reading and writing XSD files from Java/C++/PHP and comparing output == Using the schema from test1 have the SDO implementations create a schema based on type meta-data. The following tables record only issues. For types from the series 1 schema that present no problem no entry is included. || '''Feature''' || '''Schema''' || '''Java M1''' || '''C++ SVN''' || '''PHP R1.0.1''' || '''Note''' || - || || interop?.xsd || ? || ? || Only supported via Serialize() || || + || || interop?.xsd || Not Supported || Y || Only supported via Serialize() || || + + No benefit in doing testing here at present as only C++ support direct schema export == Test 5 - Reading and writing RDBMS rows with data added in SDO through dynamic interface == == Test 6 - As test 5 but with data added in SDO through generated interface == No generated interface in C++. + Interface in PHP is always generated dynamically == Test 7 - Passing messages via Apache Axis2 == @@ -213, +217 @@ For example, for use when the SDO data object graph is serialised into a session. || '''Feature''' || '''Schema''' || '''Java M1''' || '''C++ SVN''' || '''PHP R1.0.1''' || '''Note''' || - || || interop1.xsd || ? || Not supported directly, Can use XMLHelper/XSDHelper separately. Already tested above || Supported via Serialize but PHP specific format uses C++ XMLHelper/XSDHelper under the covers || || + || || interop1.xsd || Support not clear. Java serialize? || Not supported directly, Can use XMLHelper/XSDHelper separately. Already tested above || Supported via Serialize but PHP specific format uses C++ XMLHelper/XSDHelper under the covers || || + + No benefit in doing testing here at present as there is no common format for serializing model and instance data together. == Attachments == [[AttachInfo]] --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@ws.apache.org For additional commands, e-mail: general-help@ws.apache.org