Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 18077 invoked from network); 18 Jan 2006 03:11:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jan 2006 03:11:23 -0000 Received: (qmail 33424 invoked by uid 500); 18 Jan 2006 03:11:22 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 33179 invoked by uid 500); 18 Jan 2006 03:11:20 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 33162 invoked by uid 500); 18 Jan 2006 03:11:19 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 33156 invoked by uid 99); 18 Jan 2006 03:11:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 19:11:19 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Jan 2006 19:11:18 -0800 Received: (qmail 17950 invoked by uid 65534); 18 Jan 2006 03:10:57 -0000 Message-ID: <20060118031057.17948.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r370027 [1/3] - in /webservices/axis2/trunk/c/test/xml/soap: ./ badsoap/ soap11/ Date: Wed, 18 Jan 2006 03:10:53 -0000 To: axis2-cvs@ws.apache.org From: nandika@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nandika Date: Tue Jan 17 19:10:34 2006 New Revision: 370027 URL: http://svn.apache.org/viewcvs?rev=370027&view=rev Log: xml files added to test folder Added: webservices/axis2/trunk/c/test/xml/soap/OMElementTest.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/ webservices/axis2/trunk/c/test/xml/soap/badsoap/bodyNotQualified.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/envelopeMissing.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/haederBodyWrongOrder.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/notnamespaceQualified.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/twoBodymessage.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/twoheaders.xml webservices/axis2/trunk/c/test/xml/soap/badsoap/wrongSoapNs.xml webservices/axis2/trunk/c/test/xml/soap/emtyBodymessage.xml webservices/axis2/trunk/c/test/xml/soap/invalidMustUnderstandSOAP12.xml webservices/axis2/trunk/c/test/xml/soap/minimalMessage.xml webservices/axis2/trunk/c/test/xml/soap/reallyReallyBigMessage.xml webservices/axis2/trunk/c/test/xml/soap/sample1.xml webservices/axis2/trunk/c/test/xml/soap/security2-soap.xml webservices/axis2/trunk/c/test/xml/soap/soap11/ webservices/axis2/trunk/c/test/xml/soap/soap11/soap11fault.xml webservices/axis2/trunk/c/test/xml/soap/soap11/soap11message.xml webservices/axis2/trunk/c/test/xml/soap/soap12message.xml webservices/axis2/trunk/c/test/xml/soap/soapmessage.xml webservices/axis2/trunk/c/test/xml/soap/soapmessage1.xml webservices/axis2/trunk/c/test/xml/soap/whitespacedMessage.xml webservices/axis2/trunk/c/test/xml/soap/wrongEnvelopeNamespace.xml Added: webservices/axis2/trunk/c/test/xml/soap/OMElementTest.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/OMElementTest.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/OMElementTest.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/OMElementTest.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,22 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + This is some text + 2 + Some Other Text + + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/bodyNotQualified.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/bodyNotQualified.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/bodyNotQualified.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/bodyNotQualified.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,19 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/envelopeMissing.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/envelopeMissing.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/envelopeMissing.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/envelopeMissing.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,20 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + + + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/haederBodyWrongOrder.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/haederBodyWrongOrder.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/haederBodyWrongOrder.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/haederBodyWrongOrder.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,20 @@ + + + + + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/notnamespaceQualified.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/notnamespaceQualified.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/notnamespaceQualified.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/notnamespaceQualified.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,15 @@ + +
+ uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/twoBodymessage.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/twoBodymessage.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/twoBodymessage.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/twoBodymessage.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,24 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + + + + + + + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/twoheaders.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/twoheaders.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/twoheaders.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/twoheaders.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,29 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/badsoap/wrongSoapNs.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/badsoap/wrongSoapNs.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/badsoap/wrongSoapNs.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/badsoap/wrongSoapNs.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,20 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + + + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/emtyBodymessage.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/emtyBodymessage.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/emtyBodymessage.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/emtyBodymessage.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,18 @@ + + + + uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 + + http://localhost:8081/axis/services/BankPort + +
+ http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous +
+
+
+ + +
\ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/invalidMustUnderstandSOAP12.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/invalidMustUnderstandSOAP12.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/invalidMustUnderstandSOAP12.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/invalidMustUnderstandSOAP12.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,13 @@ + + + + foo + + + + + + \ No newline at end of file Added: webservices/axis2/trunk/c/test/xml/soap/minimalMessage.xml URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/minimalMessage.xml?rev=370027&view=auto ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/minimalMessage.xml (added) +++ webservices/axis2/trunk/c/test/xml/soap/minimalMessage.xml Tue Jan 17 19:10:34 2006 @@ -0,0 +1,4 @@ + + + + \ No newline at end of file