From 4ed0ed906e82c9484b384419fa4ef4c980768731 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 13 Nov 2008 20:02:36 +0000 Subject: Creating Java SCA 1.x branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68 --- .../databinding-xstream/src/test/resources/ipo.xml | 48 ++++++++ .../databinding-xstream/src/test/resources/ipo.xsd | 132 +++++++++++++++++++++ .../src/test/resources/order.wsdl | 76 ++++++++++++ 3 files changed, 256 insertions(+) create mode 100644 branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xml create mode 100644 branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xsd create mode 100644 branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/order.wsdl (limited to 'branches/sca-java-1.x/modules/databinding-xstream/src/test/resources') diff --git a/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xml b/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xml new file mode 100644 index 0000000000..1699538d62 --- /dev/null +++ b/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xml @@ -0,0 +1,48 @@ + + + + + + Helen Zoe + 47 Eden Street + Cambridge + CB1 1JR + + + + Robert Smith + 8 Oak Avenue + Old Town + PA + 95819 + + + + + Lapis necklace + 1 + 99.95 + Want this for the holidays + 1999-12-05 + + + + diff --git a/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xsd b/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xsd new file mode 100644 index 0000000000..aac7ded180 --- /dev/null +++ b/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/ipo.xsd @@ -0,0 +1,132 @@ + + + + + + + International Purchase order schema for Example.com Copyright 2000 Example.com. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/order.wsdl b/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/order.wsdl new file mode 100644 index 0000000000..65da5b602a --- /dev/null +++ b/branches/sca-java-1.x/modules/databinding-xstream/src/test/resources/order.wsdl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3