[jbossws-commits] JBossWS SVN: r8575 - stack/native/trunk/modules/testsuite/native-tests/src/test/resources/common/soap.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 28 19:13:05 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-28 19:13:05 -0400 (Tue, 28 Oct 2008)
New Revision: 8575

Added:
   stack/native/trunk/modules/testsuite/native-tests/src/test/resources/common/soap/jbws2346.xml
Log:
[JBWS-2346] Adding missing xml file


Added: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/common/soap/jbws2346.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/common/soap/jbws2346.xml	                        (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/common/soap/jbws2346.xml	2008-10-28 23:13:05 UTC (rev 8575)
@@ -0,0 +1,15 @@
+<ns1:elementA xmlns:ns1='http://org.jboss.ws/testNS'>
+  <ns1:String_1>Strawberry</ns1:String_1>
+  <ns1:elementB xmlns:ns1='http://org.jboss.ws/testNS'>
+    <ns1:String_1>Apple</ns1:String_1>
+    <ns1:elementC xmlns:ns1='http://org.jboss.ws/testNS'>
+      <ns1:String_1>Banana</ns1:String_1>
+    </ns1:elementC>
+  </ns1:elementB>
+  <ns1:elementC xmlns:ns1='http://org.jboss.ws/testNS'>
+    <ns1:String_1>Orange</ns1:String_1>
+  </ns1:elementC>
+  <ns2:elementA xmlns:ns1='http://org.jboss.ws/testNS' xmlns:ns2='http://org.jboss.ws/testNS2'>
+    <ns1:String_1>Raspberry</ns1:String_1>
+  </ns2:elementA>
+</ns1:elementA>


Property changes on: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/common/soap/jbws2346.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbossws-commits mailing list