Re: Examples to Resolve Issue LC136

A small update:  In view of WSP's recent clarification on sets vs. bags,
it appears that the intersected policies should look like

<wsp:Policy>
    <wsp:ExactlyOne>
        <wsp:All> <--requires addr and nonAnon jabber responses-->
            <wsam:Addressing> <-  requires nonAnonymous responses -->
                <wsp:Policy>
                    <wsp:ExactlyOne>
                        <wsp:All>
                            <NonAnonymousResponses />
                        </wsp:All>
                    </wsp:ExactlyOne>
                </wsp:Policy>
            </wsam:Addressing>
            <wstr:jabber/> <-- requires response in jabber request-->
            <wsam:Addressing> <-  requires nonAnonymous responses -->
                <wsp:Policy>
                    <wsp:ExactlyOne>
                        <wsp:All>
                            <NonAnonymousResponses />
                        </wsp:All>
                    </wsp:ExactlyOne>
                </wsp:Policy>
            </wsam:Addressing>
            <wstr:jabber/> <-- requires response in jabber request-->
        </wsp:All>
    </wsp:ExactlyOne>
</wsp:Policy>

i.e., with each assertion appearing twice.

I'm not sure what difference, if any, this might make.

Tom Rutt wrote:
> This body part will be downloaded on demand.

Received on Monday, 21 May 2007 13:29:32 UTC