- From: Daniel Roth <Daniel.Roth@microsoft.com>
- Date: Wed, 14 Feb 2007 09:14:32 -0800
- To: William Henry <william.henry@iona.com>, "public-ws-policy@w3.org" <public-ws-policy@w3.org>
This looks good to me.
Daniel Roth
-----Original Message-----
From: public-ws-policy-request@w3.org [mailto:public-ws-policy-request@w3.org] On Behalf Of William Henry
Sent: Wednesday, February 14, 2007 8:52 AM
To: public-ws-policy@w3.org
Subject: [Primer] Proposal for 4253 change section 2-2
Proposal to resolve 4253 ( http://www.w3.org/Bugs/Public/show_bug.cgi?
id=4253 )
Add the following text to section 2-2 - Replace the paragraph under
example 2-2 with the following and modify the subsequent example
numbers by incrementing.
The policy expression in the above example consists of a Policy main
element and a child element wsap:UsingAddressing. Child elements of
the Policy element are policy assertions. Contoso attaches the above
policy expression to a WSDL binding description.
Example 2-3. Policy Expression Attached to Binding
<wsdl:binding name="AddressingBinding"
type="tns:RealTimeDataInterface" >
<Policy>
<wsap:UsingAddressing />
</Policy>
...
</wsdl:binding>
Policies can also be attached to WSDL using references (See 2.10
Attaching Policy Expressions to WSDL.)
<----END OF TEXT ---->
HTML for the editors to add:
The policy expression in the above example consists of a
<code>Policy</code> main element and a child element
<code>wsap:UsingAddressing.</code> Child elements of the
<code>Policy</code> element are policy assertions. Contoso attaches
the above policy expression to a WSDL binding description.</p><div
class="exampleOuter"><p style="text-align: left"
class="exampleHead"><i><span>Example 2-3. </span>Policy Expression
Attached to Binding</i></p><div
class="exampleInner"><pre><wsdl:binding name="AddressingBinding"
type="tns:RealTimeDataInterface" >
<Policy>
<wsap:UsingAddressing />
</Policy>
...
</wsdl:binding></pre></div></div>
Policies can also be attached to WSDL using references (See <a
href="#attaching-policy-expressions-to-wsdl"><b>2.10 Attaching Policy
Expressions to WSDL</b></a> ).
Regards
William
Received on Wednesday, 14 February 2007 17:14:42 UTC