- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Jul 2006 15:04:11 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv7982/policy Modified Files: ws-policy-attachment.xml ws-policy-framework.xml Log Message: Replaced all fabrikam123 with www.example.com http://www.w3.org/2006/07/13-ws-policy-minutes.html#action09 Index: ws-policy-framework.xml =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ws-policy-framework.xml 13 Jul 2006 14:46:54 -0000 1.4 +++ ws-policy-framework.xml 13 Jul 2006 15:04:09 -0000 1.5 @@ -578,10 +578,10 @@ <p>The following example illustrates how to associate a policy expression with the absolute URI -<code>"http://fabrikam123.example.com/policies/P1"</code>:</p> +<code>"http://www.example.com/policies/P1"</code>:</p> <eg xml:space="preserve">(01) <wsp:Policy - Name="http://fabrikam123.example.com/policies/P1" + Name="http://www.example.com/policies/P1" xmlns:wsp="&nsuri;" > (02) <!-- Details omitted for readability --> (03) </wsp:Policy></eg> Index: ws-policy-attachment.xml =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ws-policy-attachment.xml 11 Jul 2006 19:20:38 -0000 1.2 +++ ws-policy-attachment.xml 13 Jul 2006 15:04:08 -0000 1.3 @@ -335,13 +335,13 @@ <p>The document containing both of these policy expressions is assumed to be located at - <code>http://www.fabrikam123.example.com/policies</code>. Per Section + <code>http://www.example.com/policies</code>. Per Section <xspecref href="&framework.latest;/#Policy_Identification">3.2 Policy Identification</xspecref> of &framework.title; [<bibref ref='WS-Policy'/>], the URIs used for these <termref def='policy_expression'>policy expressions</termref> in the remainder of this document are - <code>http://www.fabrikam123.example.com/policies#RmPolicy</code> and - <code>http://www.fabrikam123.example.com/policies#X509EndpointPolicy</code>, + <code>http://www.example.com/policies#RmPolicy</code> and + <code>http://www.example.com/policies#X509EndpointPolicy</code>, for the examples in <specref ref='Table2'/> and <specref ref='Table3'/>, respectively.</p> </div2> @@ -446,8 +446,8 @@ <specref ref='Example'/>.</p> <p>If the <termref def='policy'>policies</termref> referenced by the following XML element</p> <eg xml:space="preserve"><MyElement wsp:PolicyURIs=" - http://www.fabrikam123.example.com/policies#RmPolicy - http://www.fabrikam123.example.com/policies#X509EndpointPolicy" /> + http://www.example.com/policies#RmPolicy + http://www.example.com/policies#X509EndpointPolicy" /> </eg> <p>have been processed and <emph>merged</emph>, it would result in an <termref def='element_policy'>element policy</termref> whose XML 1.0 representation is listed in <specref ref='Table4'/>:</p> <example id='Table4'> @@ -483,9 +483,9 @@ using child elements, would be as follows: </p> <eg xml:space="preserve"><MyElement> <wsp:PolicyReference - URI="http://www.fabrikam123.example.com/policies#RmPolicy" /> + URI="http://www.example.com/policies#RmPolicy" /> <wsp:PolicyReference - URI="http://www.fabrikam123.example.com/policies#X509EndpointPolicy" /> + URI="http://www.example.com/policies#X509EndpointPolicy" /> <MyElement/></eg> </div2> <div2 id='ExternalPolicyAttachment'> @@ -591,18 +591,18 @@ in Web Services Addressing [<bibref ref='WS-Addressing'/>]:</p> <eg xml:space="preserve"><wsp:PolicyAttachment> <wsp:AppliesTo> - <wsa:EndpointReference xmlns:fabrikam="…" > - <wsa:Address>http://www.fabrikam123.example.com/acct</wsa:Address> + <wsa:EndpointReference xmlns:fm="…" > + <wsa:Address>http://www.example.com/acct</wsa:Address> </wsa:EndpointReference> </wsp:AppliesTo> <wsp:PolicyReference - URI="http://www.fabrikam123.example.com/policies#RmPolicy" /> + URI="http://www.example.com/policies#RmPolicy" /> </wsp:PolicyAttachment></eg> <p>In this example, the <termref def='policy_expression'>policy expression</termref> at -<code>http://www.fabrikam123.example.com/policies#RmPolicy</code> applies to all +<code>http://www.example.com/policies#RmPolicy</code> applies to all interactions with the endpoint at -<code>http://www.fabrikam123.example.com/acct</code>.</p> +<code>http://www.example.com/acct</code>.</p> </div2> </div1> @@ -842,9 +842,9 @@ <example id='Table5'> <head>Example Policy Attached to WSDL.</head> <eg xml:space="preserve">(01) <wsdl11:definitions name="StockQuote" - targetNamespace="http://www.fabrikam123.example.com/stock/binding" - xmlns:tns="http://www.fabrikam123.example.com/stock/binding" - xmlns:fab="http://www.fabrikam123.example.com/stock" + targetNamespace="http://www.example.com/stock/binding" + xmlns:tns="http://www.example.com/stock/binding" + xmlns:fab="http://www.example.com/stock" xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602" xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" @@ -876,15 +876,15 @@ (23) <sp:Body /> (24) </sp:EncryptedParts> (25) </wsp:Policy> -(26) <wsdl11:import namespace="http://www.fabrikam123.example.com/stock" - location="http://www.fabrikam123.example.com/stock/stock.wsdl" /> +(26) <wsdl11:import namespace="http://www.example.com/stock" + location="http://www.example.com/stock/stock.wsdl" /> (27) <wsdl11:binding name="StockQuoteSoapBinding" type="fab:Quote" > (28) <wsoap12:binding style="document" (29) transport="http://schemas.xmlsoap.org/soap/http" /> (30) <wsp:PolicyReference URI="#RmPolicy" wsdl11:required="true" /> (31) <wsp:PolicyReference URI="#X509EndpointPolicy" wsdl11:required="true" /> (32) <wsdl11:operation name="GetLastTradePrice" > -(33) <wsoap12:operation soapAction="http://www.fabrikam123.example.com/stock/Quote/GetLastTradePriceRequest" /> +(33) <wsoap12:operation soapAction="http://www.example.com/stock/Quote/GetLastTradePriceRequest" /> (34) <wsdl11:input> (35) <wsoap12:body use="literal" /> (36) <wsp:PolicyReference URI="#SecureMessagePolicy"
Received on Thursday, 13 July 2006 15:04:32 UTC