- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Apr 2007 16:29:54 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy/interop/Round2/WSDL11 In directory hutz:/tmp/cvs-serv21759/policy/interop/Round2/WSDL11 Modified Files: PolicyAttachments-with-xmlid.wsdl PolicyAttachments.wsdl Log Message: Added round2 results from MS submitted at http://lists.w3.org/Archives/Public/public-ws-policy-interop/2007Apr/0001.html . Index: PolicyAttachments-with-xmlid.wsdl =================================================================== RCS file: /sources/public/2006/ws/policy/interop/Round2/WSDL11/PolicyAttachments-with-xmlid.wsdl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- PolicyAttachments-with-xmlid.wsdl 6 Mar 2007 16:31:42 -0000 1.2 +++ PolicyAttachments-with-xmlid.wsdl 4 Apr 2007 16:29:52 -0000 1.3 @@ -29,7 +29,6 @@ ==================================================================== --> <wsdl:definitions targetNamespace="http://ws-policy.tests" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:intf="http://ws-policy.tests" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl" xmlns:wsp="http://www.w3.org/ns/ws-policy"> - <wsp:UsingPolicy wsdl:Required="true" /> <!-- Dummy Assertion scattered throughout as a "spoiler", i.e. the marker value of 9 should NEVER appear in any of the Effective Policies calculated. @@ -113,6 +112,13 @@ </sequence> </complexType> </element> + <element name="SimpleFault"> + <complexType> + <sequence> + <element name="fault" nillable="true" type="xsd:string" /> + </sequence> + </complexType> + </element> </schema> </wsdl:types> @@ -207,7 +213,7 @@ <intf:MessagePolicyTestAssertion2 marker="0" /> </wsp:ExactlyOne> </wsp:Policy> - <wsdlsoap:body use="literal" /> + <wsdlsoap:fault name="MyFault" use="literal" /> </wsdl:fault> </wsdl:operation> </wsdl:binding> @@ -228,7 +234,7 @@ </wsdl:output> <wsdl:fault name="AnotherFault"> <wsp:PolicyReference URI="#Dummy1-9" /> - <wsdlsoap:body use="literal" /> + <wsdlsoap:fault name="AnotherFault" use="literal" /> </wsdl:fault> </wsdl:operation> </wsdl:binding> Index: PolicyAttachments.wsdl =================================================================== RCS file: /sources/public/2006/ws/policy/interop/Round2/WSDL11/PolicyAttachments.wsdl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- PolicyAttachments.wsdl 6 Mar 2007 16:31:42 -0000 1.2 +++ PolicyAttachments.wsdl 4 Apr 2007 16:29:52 -0000 1.3 @@ -29,7 +29,6 @@ ==================================================================== --> <wsdl:definitions targetNamespace="http://ws-policy.tests" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:intf="http://ws-policy.tests" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://schemas.xmlsoap.org/wsdl" xmlns:wsp="http://www.w3.org/ns/ws-policy"> - <wsp:UsingPolicy wsdl:Required="true" /> <!-- Dummy Assertion scattered throughout as a "spoiler", i.e. the marker value of 9 should NEVER appear in any of the Effective Policies calculated. @@ -113,6 +112,13 @@ </sequence> </complexType> </element> + <element name="SimpleFault"> + <complexType> + <sequence> + <element name="fault" nillable="true" type="xsd:string" /> + </sequence> + </complexType> + </element> </schema> </wsdl:types> @@ -207,7 +213,7 @@ <intf:MessagePolicyTestAssertion2 marker="0" /> </wsp:ExactlyOne> </wsp:Policy> - <wsdlsoap:body use="literal" /> + <wsdlsoap:fault name="MyFault" use="literal" /> </wsdl:fault> </wsdl:operation> </wsdl:binding> @@ -228,7 +234,7 @@ </wsdl:output> <wsdl:fault name="AnotherFault"> <wsp:PolicyReference URI="#Dummy1-9" /> - <wsdlsoap:body use="literal" /> + <wsdlsoap:fault name="AnotherFault" use="literal" /> </wsdl:fault> </wsdl:operation> </wsdl:binding>
Received on Wednesday, 4 April 2007 16:40:20 UTC