From d123827b572d59f86e23d4e7fac42864d646ee60 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 7 Sep 2010 23:52:54 +0000 Subject: Sandbox to experiment with deployment and management commands. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993560 13f79535-47bb-0310-9956-ffa450edef68 --- .../databinding-axiom/src/test/resources/ipo.xml | 51 ++++++++ .../databinding-axiom/src/test/resources/ipo.xsd | 137 +++++++++++++++++++++ .../src/test/resources/order.wsdl | 76 ++++++++++++ 3 files changed, 264 insertions(+) create mode 100644 sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xml create mode 100755 sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xsd create mode 100644 sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/order.wsdl (limited to 'sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources') diff --git a/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xml b/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xml new file mode 100644 index 0000000000..df901d183d --- /dev/null +++ b/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xml @@ -0,0 +1,51 @@ + + + + + + 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/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xsd b/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xsd new file mode 100755 index 0000000000..af1e73172d --- /dev/null +++ b/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/ipo.xsd @@ -0,0 +1,137 @@ + + + + + + + International Purchase order schema for Example.com + Copyright 2000 Example.com. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/order.wsdl b/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/order.wsdl new file mode 100644 index 0000000000..913d9e4928 --- /dev/null +++ b/sandbox/sebastien/java/shell/modules/databinding-axiom/src/test/resources/order.wsdl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3