You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ma...@apache.org on 2007/04/18 12:43:37 UTC

svn commit: r529963 - /webservices/axis2/scratch/c/neethi/src/samples/

Author: manjula
Date: Wed Apr 18 03:43:35 2007
New Revision: 529963

URL: http://svn.apache.org/viewvc?view=rev&rev=529963
Log:
Adding sample test cases.

Added:
    webservices/axis2/scratch/c/neethi/src/samples/
    webservices/axis2/scratch/c/neethi/src/samples/test1.xml
    webservices/axis2/scratch/c/neethi/src/samples/test10.xml
    webservices/axis2/scratch/c/neethi/src/samples/test11.xml
    webservices/axis2/scratch/c/neethi/src/samples/test12.xml
    webservices/axis2/scratch/c/neethi/src/samples/test13.xml
    webservices/axis2/scratch/c/neethi/src/samples/test14.xml
    webservices/axis2/scratch/c/neethi/src/samples/test15.xml
    webservices/axis2/scratch/c/neethi/src/samples/test16.xml
    webservices/axis2/scratch/c/neethi/src/samples/test17.xml
    webservices/axis2/scratch/c/neethi/src/samples/test18.xml
    webservices/axis2/scratch/c/neethi/src/samples/test19.xml
    webservices/axis2/scratch/c/neethi/src/samples/test2.xml
    webservices/axis2/scratch/c/neethi/src/samples/test20.xml
    webservices/axis2/scratch/c/neethi/src/samples/test21.xml
    webservices/axis2/scratch/c/neethi/src/samples/test22.xml
    webservices/axis2/scratch/c/neethi/src/samples/test23.xml
    webservices/axis2/scratch/c/neethi/src/samples/test24.xml
    webservices/axis2/scratch/c/neethi/src/samples/test25.xml
    webservices/axis2/scratch/c/neethi/src/samples/test3.xml
    webservices/axis2/scratch/c/neethi/src/samples/test4.xml
    webservices/axis2/scratch/c/neethi/src/samples/test5.xml
    webservices/axis2/scratch/c/neethi/src/samples/test6.xml
    webservices/axis2/scratch/c/neethi/src/samples/test7.xml
    webservices/axis2/scratch/c/neethi/src/samples/test8.xml
    webservices/axis2/scratch/c/neethi/src/samples/test9.xml

Added: webservices/axis2/scratch/c/neethi/src/samples/test1.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test1.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test1.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test1.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1,4 @@
+
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
+	<wsp:ExactlyOne />
+</wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test10.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test10.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test10.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test10.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1E --><wsp:ExactlyOne /></wsp:Policy>

Added: webservices/axis2/scratch/c/neethi/src/samples/test11.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test11.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test11.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test11.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1F --><wsp:All /></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test12.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test12.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test12.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test12.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext" ><!-- 1G --><wsp:All><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken><sec:Integrity><sec:MessageParts Dialect="http://schemas.xmlsoap.org/ws/2002/12/wsse#soap" >wsp:Body()</sec:MessageParts></sec:Integrity><sec:SecurityHeader MustPrepend="true" MustManifestEncryption="true" /></wsp:All></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test13.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test13.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test13.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test13.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1H --><wsp:All><wsp:Policy /></wsp:All></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test14.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test14.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test14.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test14.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1I --><wsp:All><wsp:All /></wsp:All></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test15.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test15.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test15.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test15.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1J --><wsp:All><wsp:ExactlyOne /></wsp:All></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test16.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test16.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test16.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test16.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1K --><wsp:ExactlyOne /></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test17.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test17.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test17.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test17.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext" ><!-- 1L --><wsp:ExactlyOne><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken><sec:SecurityToken><sec:TokenType>sec:Kerberosv5TGT</sec:TokenType></sec:SecurityToken><sec:SecurityToken><sec:TokenType>sec:Kerberosv5ST</sec:TokenType></sec:SecurityToken></wsp:ExactlyOne></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test18.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test18.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test18.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test18.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><wsp:ExactlyOne><wsp:Policy /></wsp:ExactlyOne></wsp:Policy>

Added: webservices/axis2/scratch/c/neethi/src/samples/test19.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test19.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test19.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test19.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1N --><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test2.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test2.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test2.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test20.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test20.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test20.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test20.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><wsp:ExactlyOne><wsp:ExactlyOne /></wsp:ExactlyOne></wsp:Policy>

Added: webservices/axis2/scratch/c/neethi/src/samples/test21.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test21.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test21.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test21.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1,10 @@
+
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><!-- 2 -->
+	<sec:SecurityToken>
+		<sec:TokenType>sec:X509v3</sec:TokenType>
+	</sec:SecurityToken>
+	<sec:SecurityHeader wsp:Optional="true" MustPrepend="true" MustManifestEncryption="true"/>
+	<sec:Integrity wsp:Optional="false">
+		<sec:MessageParts Dialect="http://schemas.xmlsoap.org/ws/2002/12/wsse#soap">wsp:Body()</sec:MessageParts>
+	</sec:Integrity>
+</wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test22.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test22.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test22.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test22.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><!-- 2A --><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test23.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test23.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test23.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test23.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><!-- 2B --><sec:SecurityHeader wsp:Optional="true" MustPrepend="true" MustManifestEncryption="true" /></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test24.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test24.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test24.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test24.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><!-- 2C --><sec:Integrity wsp:Optional="false"><sec:MessageParts Dialect="http://schemas.xmlsoap.org/ws/2002/12/wsse#soap" >wsp:Body()</sec:MessageParts></sec:Integrity></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test25.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test25.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test25.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test25.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1,7 @@
+<wsp:Policy 
+	xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
+	xmlns:tst="http://sample.org/Assertions">
+  <tst:A wsp:Optional="true">A</tst:A>
+  <tst:B wsp:Optional="true">B</tst:B>
+  <tst:C wsp:Optional="true">C</tst:C>  
+</wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test3.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test3.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test3.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test3.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1,20 @@
+
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
+	<wsp:ExactlyOne>
+		<wsp:All>
+			<sec:SecurityToken>
+				<sec:TokenType>sec:X509v3</sec:TokenType>
+			</sec:SecurityToken>
+		</wsp:All>
+		<wsp:All>
+			<sec:SecurityToken>
+				<sec:TokenType>sec:X509v3</sec:TokenType>
+			</sec:SecurityToken>
+		</wsp:All>
+		<wsp:All>
+			<sec:SecurityToken>
+				<sec:TokenType>sec:Kerberosv5TGT</sec:TokenType>
+			</sec:SecurityToken>
+		</wsp:All>
+	</wsp:ExactlyOne>
+</wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test4.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test4.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test4.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test4.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><wsp:ExactlyOne><wsp:All><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken></wsp:All><wsp:All><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken><sec:SecurityHeader MustPrepend="true" /></wsp:All></wsp:ExactlyOne></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test5.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test5.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test5.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test5.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><wsp:ExactlyOne><wsp:All><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken><sec:SecurityHeader MustPrepend="true" /></wsp:All><wsp:All><sec:SecurityToken><sec:TokenType>sec:Kerberosv5TGT</sec:TokenType></sec:SecurityToken><sec:SecurityHeader MustPrepend="true" /></wsp:All></wsp:ExactlyOne></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test6.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test6.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test6.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test6.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1A --></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test7.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test7.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test7.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test7.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext"><!-- 1B --><sec:SecurityToken><sec:TokenType>sec:X509v3</sec:TokenType></sec:SecurityToken><sec:Integrity><sec:MessageParts Dialect="http://schemas.xmlsoap.org/ws/2002/12/wsse#soap" >wsp:Body()</sec:MessageParts></sec:Integrity><sec:SecurityHeader MustPrepend="true" MustManifestEncryption="true" /></wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test8.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test8.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test8.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test8.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1,4 @@
+
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><!-- 1C -->
+	<wsp:Policy />
+</wsp:Policy>
\ No newline at end of file

Added: webservices/axis2/scratch/c/neethi/src/samples/test9.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/src/samples/test9.xml?view=auto&rev=529963
==============================================================================
--- webservices/axis2/scratch/c/neethi/src/samples/test9.xml (added)
+++ webservices/axis2/scratch/c/neethi/src/samples/test9.xml Wed Apr 18 03:43:35 2007
@@ -0,0 +1 @@
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1D --><wsp:All /></wsp:Policy>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org