- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Mar 2010 18:51:21 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv4421 Modified Files: wsmex.xml Log Message: nsprefix alignment Index: wsmex.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- wsmex.xml 16 Mar 2010 19:49:32 -0000 1.98 +++ wsmex.xml 19 Mar 2010 18:51:19 -0000 1.99 @@ -202,10 +202,10 @@ <eg>(01) <s11:Envelope (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing'> -(04) xmlns:wst='http://www.w3.org/2009/09/ws-tra'> +(04) xmlns:wst='http://www.w3.org/&wstra.nsprefix;/ws-tra'> (05) <s11:Header> (06) <wsa:Action> -(07) http://www.w3.org/2009/09/ws-mex/GetWSDL +(07) http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetWSDL (08) </wsa:Action> (09) <wsa:To>http://services.example.org/stockquote</wsa:To> (10) <wsa:ReplyTo> @@ -233,11 +233,11 @@ (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' (04) xmlns:wsp='http://www.w3.org/ns/ws-policy' -(05) xmlns:mex='http://www.w3.org/2009/09/ws-mex'> +(05) xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> (06) <s11:Header> (07) <wsa:To>http://client.example.org</wsa:To> (08) <wsa:Action> -(09) http://www.w3.org/2009/09/ws-mex/GetWSDLResponse +(09) http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetWSDLResponse (10) </wsa:Action> (11) <wsa:RelatesTo> (12) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9 @@ -1850,7 +1850,7 @@ <eg>(01) <wsa:EndpointReference ...> (02) <wsa:Address>http://services.example.org/stockquote</wsa:Address> (03) <wsa:Metadata> -(04) <mex:Reference Type='http://www.w3.org/2009/09/ws-mex'> +(04) <mex:Reference Type='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> (05) <wsa:Address> (06) http://services.example.org/stockquote/metadata (07) </wsa:Address> @@ -1896,7 +1896,7 @@ (07) <!-- with URI syntax from: (08) http://www.w3.org/TR/wsdl11elementidentifiers/ --> (09) <wsp:URI> -(10) http://www.w3.org/2009/09/ws-mex#wsdl1.PortTypeOperation(GetWSDL) +(10) http://www.w3.org/&wsmex.nsprefix;/ws-mex#wsdl1.PortTypeOperation(GetWSDL) (11) </wsp:URI> (12) </wsp:AppliesTo> (13) <wsp:Policy> ... </wsp:Policy> @@ -2014,7 +2014,7 @@ <example id="EPRsecure"> <head>Endpoint Reference with Associated Policy</head> <eg>(01) <wse:NotifyTo xmlns:wsa="http://www.w3.org/2005/08/addressing" -(02) xmlns:wse="http://www.w3.org/2009/09/ws-evt"> +(02) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"> (03) <wsa:Address>http://www.example.com/EventSink/OnPriceChange</wsa:Address> (04) <wsa:RerenceParameters> (05) ... @@ -2100,7 +2100,7 @@ <eg>(01) <wsp:Policy> (02) <wse:EventSource> (03) <wse:FormatName -(04) URI="http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap"> +(04) URI="http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap"> (05) </wse:FormatName> (06) <wsevd:EventDescriptions> (07) <wsevd:types> @@ -2157,7 +2157,7 @@ <eg>(01) <wsp:Policy> (02) <wse:EventSource> (03) <wse:FormatName -(04) URI="http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap"> +(04) URI="http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap"> (05) </wse:FormatName> (06) <wsevd:EventDescriptions> (07) <wsevd:types> @@ -2833,8 +2833,8 @@ <example> <eg><xs:schema - targetNamespace='http://www.w3.org/2009/09/ws-mex' - xmlns:tns='http://www.w3.org/2009/09/ws-mex' + targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex' + xmlns:tns='http://www.w3.org/&wsmex.nsprefix;/ws-mex' xmlns:wsa='http://www.w3.org/2005/08/addressing' xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified' @@ -3057,11 +3057,11 @@ <wsdl:input message='tns:GetWSDLMsg' wsam:Action= - 'http://www.w3.org/2009/09/ws-mex/GetWSDL'/> + 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetWSDL'/> <wsdl:output message='tns:GetWSDLResponseMsg' wsam:Action= - 'http://www.w3.org/2009/09/ws-mex/GetWSDLResponse'/> + 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetWSDLResponse'/> </wsdl:operation> <wsdl:operation name='GetMetadata'>
Received on Friday, 19 March 2010 18:51:23 UTC