- From: Felix Sasaki <fsasaki@w3.org>
- Date: Thu, 24 May 2007 22:35:42 +0900 (JST)
- To: "Manjula Peiris" <manjula@wso2.com>
- Cc: public-ws-policy-interop@w3.org
(putting member-ws-policy out of the loop) Manjula Peiris wrote: > Hi, > > I have attached results of Round02 WSDL 20 testing from both WSO2-C and > WSO2-Java implementations. added and dashboard updated. Felix > Following are the issues I found. > > 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> > > 5. The namespace of wsdl 2006/01 should be changed to ns. > > Same issues found with both PolicyAttachments.wsdl and PolicyAttachments-with-xmlid.wsdl. > > > > Thanks > > -Manjula. > >
Received on Thursday, 24 May 2007 13:35:47 UTC