- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 23 May 2007 03:59:50 +0000
- To: public-ws-policy-qa@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4575
Summary: Minor Bugs in Round 2 WSDL 20 Test Cases from
WSO2/Manjula
Product: WS-Policy
Version: CR
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Test Suite
AssignedTo: fsasaki@w3.org
ReportedBy: asirveda@microsoft.com
QAContact: public-ws-policy-qa@w3.org
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>
Received on Wednesday, 23 May 2007 03:59:55 UTC