This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
1. The binding attribute of the endpoint "Endpoint-2B" should be Binding-2B 2. service1-Endpoint1B-Operation1A The result should be <wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy"> <wsp:ExactlyOne> <wsp:All> <pa:Assertion4 xmlns:pa="http://ws-policy.example.com/assertion" marker="4" /> <pa:Assertion32 xmlns:pa="http://ws-policy.example.com/assertion" marker="32" /> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> 3. service1-Operation1A-Endpoint1A-Input The result should be <wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy"> <wsp:ExactlyOne> <wsp:All> <pa:Assertion5 xmlns:pa="http://ws-policy.example.com/assertion" marker="5" /> <pa:Assertion2 xmlns:pa="http://ws-policy.example.com/assertion" marker="2" /> <pa:Assertion24 xmlns:pa="http://ws-policy.example.com/assertion" marker="24" /> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> 4. service1-Operation1A-Endpoint1B-Input The result should be <wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy"> <wsp:ExactlyOne> <wsp:All> <pa:Assertion5 xmlns:pa="http://ws-policy.example.com/assertion" marker="5" /> <pa:Assertion2 xmlns:pa="http://ws-policy.example.com/assertion" marker="2" /> <pa:Assertion33 xmlns:pa="http://ws-policy.example.com/assertion" marker="33" /> </wsp:All> </wsp:ExactlyOne> </wsp:Policy>
Adopted proposal in: http://lists.w3.org/Archives/Public/public-ws-policy/2007May/0258.html See: http://www.w3.org/2007/05/23-ws-policy-irc#T13-34-02