This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4575 - Minor Bugs in Round 2 WSDL 20 Test Cases from WSO2/Manjula
Summary: Minor Bugs in Round 2 WSDL 20 Test Cases from WSO2/Manjula
Status: RESOLVED FIXED
Alias: None
Product: WS-Policy
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: CR
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Felix Sasaki
QA Contact: Web Services Policy WG QA List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 03:59 UTC by Asir V Selvasingh
Modified: 2007-05-23 13:34 UTC (History)
0 users

See Also:


Attachments

Description Asir V Selvasingh 2007-05-23 03:59:49 UTC
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>