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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
