2006/ws/policy/interop/Round2/WSDL11 PolicyAttachments-with-xmlid.wsdl,1.1,1.2 PolicyAttachments.wsdl,1.1,1.2

Update of /sources/public/2006/ws/policy/interop/Round2/WSDL11
In directory hutz:/tmp/cvs-serv1796/interop/Round2/WSDL11

Modified Files:
	PolicyAttachments-with-xmlid.wsdl PolicyAttachments.wsdl 
Log Message:
Fixed the missing '#' caught by Fabian

Index: PolicyAttachments-with-xmlid.wsdl
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/Round2/WSDL11/PolicyAttachments-with-xmlid.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PolicyAttachments-with-xmlid.wsdl	6 Mar 2007 16:29:26 -0000	1.1
+++ PolicyAttachments-with-xmlid.wsdl	6 Mar 2007 16:31:42 -0000	1.2
@@ -149,7 +149,7 @@
 	<wsdl:portType name="MyPortType" wsp:PolicyURIs="#Endpoint2-Aggregate">
 		<wsdl:operation name="MyOperation">
 			<wsp:Policy>
-				<wsp:PolicyReference URI="Operation2-Aggregate"/>							
+				<wsp:PolicyReference URI="#Operation2-Aggregate"/>							
 				<wsp:PolicyReference URI="#Operation1-6"/>	
 			</wsp:Policy>
 			<wsdl:input name="MyInput" message="intf:MyRequestMessage" wsp:PolicyURIs="#Message1-6" />

Index: PolicyAttachments.wsdl
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/Round2/WSDL11/PolicyAttachments.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PolicyAttachments.wsdl	7 Feb 2007 23:56:55 -0000	1.1
+++ PolicyAttachments.wsdl	6 Mar 2007 16:31:42 -0000	1.2
@@ -149,7 +149,7 @@
 	<wsdl:portType name="MyPortType" wsp:PolicyURIs="#Endpoint2-Aggregate">
 		<wsdl:operation name="MyOperation">
 			<wsp:Policy>
-				<wsp:PolicyReference URI="Operation2-Aggregate"/>							
+				<wsp:PolicyReference URI="#Operation2-Aggregate"/>							
 				<wsp:PolicyReference URI="#Operation1-6"/>	
 			</wsp:Policy>
 			<wsdl:input name="MyInput" message="intf:MyRequestMessage" wsp:PolicyURIs="#Message1-6" />

Received on Tuesday, 6 March 2007 16:33:49 UTC