### Eclipse Workspace Patch 1.0 #P desc Index: test-suite/test-suite.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/test-suite.xml,v retrieving revision 1.19 diff -u -r1.19 test-suite.xml --- test-suite/test-suite.xml 7 Jul 2006 16:21:39 -0000 1.19 +++ test-suite/test-suite.xml 7 Jul 2006 20:52:17 -0000 @@ -1,5 +1,9 @@ + + + + @@ -17,6 +21,8 @@ + + Index: test-suite/documents/bad/Binding-3B/NonUniqueBinding.wsdl =================================================================== RCS file: test-suite/documents/bad/Binding-3B/NonUniqueBinding.wsdl diff -N test-suite/documents/bad/Binding-3B/NonUniqueBinding.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding-3B/NonUniqueBinding.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,63 @@ + + + + This is a bad WSDL that violates the assertion 57. The binding + on the WSDL has non unique name property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: test-suite/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl =================================================================== RCS file: test-suite/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl diff -N test-suite/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,18 @@ + + + + + + + + + Index: test-suite/documents/bad/InterfaceOperation-1B/TestMetadata.xml =================================================================== RCS file: test-suite/documents/bad/InterfaceOperation-1B/TestMetadata.xml diff -N test-suite/documents/bad/InterfaceOperation-1B/TestMetadata.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/InterfaceOperation-1B/TestMetadata.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,29 @@ + + + + http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/InterfaceOperation-1B + + Bad Document - Non Equivalent operations due to interface extension + + This violates the InterfaceOperation-0036 Asertion. + accepted + + none + + echo.wsdl + echo-extended.wsdl + + + false + InterfaceOperation-0036 + + 1.0 + + Chathura Herath + Indiana University, Extreme!! Lab + cherath@cs.indiana.edu + + http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231 + /documents/bad + http://www.w3.org/TR/2006/CR-wsdl20-20060327/#InterfaceOperation-0036 + Index: test-suite/documents/bad/InterfaceOperation-1B/echo-extended.wsdl =================================================================== RCS file: test-suite/documents/bad/InterfaceOperation-1B/echo-extended.wsdl diff -N test-suite/documents/bad/InterfaceOperation-1B/echo-extended.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/InterfaceOperation-1B/echo-extended.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,44 @@ + + + + This violates the asseretion that requires if two operation that + ended up in the same interface have the same name due to + interface extension that they should be equivalent + + + + + + + + + + + + + + + + + + + + Index: test-suite/documents/bad/InterfaceOperation-2B/echo.wsdl =================================================================== RCS file: test-suite/documents/bad/InterfaceOperation-2B/echo.wsdl diff -N test-suite/documents/bad/InterfaceOperation-2B/echo.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/InterfaceOperation-2B/echo.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,46 @@ + + + + This violates the unique operation name assertion. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: test-suite/documents/bad/InterfaceOperation-1B/echo.wsdl =================================================================== RCS file: test-suite/documents/bad/InterfaceOperation-1B/echo.wsdl diff -N test-suite/documents/bad/InterfaceOperation-1B/echo.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/InterfaceOperation-1B/echo.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,48 @@ + + + + This violates the asseretion that requires if two operation that + ended up in the same interface have the same name due to + interface extension that they should be equivalent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: test-suite/documents/bad/InterfaceOperation-2B/echo-extended.wsdl =================================================================== RCS file: test-suite/documents/bad/InterfaceOperation-2B/echo-extended.wsdl diff -N test-suite/documents/bad/InterfaceOperation-2B/echo-extended.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/InterfaceOperation-2B/echo-extended.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,41 @@ + + + + This violates the unique operation name assertion. + + + + + + + + + + + + + + + + + + + + + Index: test-suite/documents/bad/Binding-2B/TestMetadata.xml =================================================================== RCS file: test-suite/documents/bad/Binding-2B/TestMetadata.xml diff -N test-suite/documents/bad/Binding-2B/TestMetadata.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding-2B/TestMetadata.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,28 @@ + + + + http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Binding-2B + + Bad Document - Non-Unique Binding + + This violates the Binding 58 Asertion. + accepted + + none + + Echo.wsdl + + + false + Binding-0058 + + 1.0 + + Chathura Herath + Indiana University, Extreme!! Lab + cherath@cs.indiana.edu + + http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231 + /documents/bad + http://www.w3.org/TR/2006/CR-wsdl20-20060327/#BindingFault-0058 + Index: test-suite/documents/bad/Binding -4B/TestMetadata.xml =================================================================== RCS file: test-suite/documents/bad/Binding -4B/TestMetadata.xml diff -N test-suite/documents/bad/Binding -4B/TestMetadata.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding -4B/TestMetadata.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,28 @@ + + + + http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Binding-4B + + Bad Document - Invalid use of binding fault reference + + This violates the Binding 61 Asertion. + accepted + + none + + Echo.wsdl + + + false + Binding-0061 + + 1.0 + + Chathura Herath + Indiana University, Extreme!! Lab + cherath@cs.indiana.edu + + http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231 + /documents/bad + http://www.w3.org/TR/2006/CR-wsdl20-20060327/#BindingFaultReference-0061 + Index: test-suite/documents/bad/Binding-2B/Echo.wsdl =================================================================== RCS file: test-suite/documents/bad/Binding-2B/Echo.wsdl diff -N test-suite/documents/bad/Binding-2B/Echo.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding-2B/Echo.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,43 @@ + + + + + This test shows an invalid use of the Binding Faults where + Multiple Binding Faults + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: test-suite/documents/bad/InterfaceOperation-2B/TestMetadata.xml =================================================================== RCS file: test-suite/documents/bad/InterfaceOperation-2B/TestMetadata.xml diff -N test-suite/documents/bad/InterfaceOperation-2B/TestMetadata.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/InterfaceOperation-2B/TestMetadata.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,29 @@ + + + + http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/InterfaceOperation-2B + + Bad Document - Non Unique Interface Operation Name + + This violates the InterfaceOperation-0035 Asertion. + accepted + + none + + echo.wsdl + echo-extended.wsdl + + + false + InterfaceOperation-0035 + + 1.0 + + Chathura Herath + Indiana University, Extreme!! Lab + cherath@cs.indiana.edu + + http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231 + /documents/bad + http://www.w3.org/TR/2006/CR-wsdl20-20060327/#InterfaceOperation-0035 + Index: test-suite/documents/bad/Binding-3B/TestMetadata.xml =================================================================== RCS file: test-suite/documents/bad/Binding-3B/TestMetadata.xml diff -N test-suite/documents/bad/Binding-3B/TestMetadata.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding-3B/TestMetadata.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,29 @@ + + + + http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Binding-3B + + Bad Document - Non-Unique Binding + + This violates the Binding 57 Asertion. + accepted + + none + + NonUniqueBinding.wsdl + NonUniqueBinding-Extended.wsdl + + + false + Binding-0057 + + 1.0 + + Chathura Herath + Indiana University, Extreme!! Lab + cherath@cs.indiana.edu + + http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231 + /documents/bad + http://www.w3.org/TR/2006/CR-wsdl20-20060327/#Binding-0057 + Index: test-suite/documents/bad/Binding -4B/Echo.wsdl =================================================================== RCS file: test-suite/documents/bad/Binding -4B/Echo.wsdl diff -N test-suite/documents/bad/Binding -4B/Echo.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ test-suite/documents/bad/Binding -4B/Echo.wsdl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,59 @@ + + + + This is a bad WSDL that violates the assertion 55. The Binding + defined do not define all the Operations in the Interface. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +