- From: Manjula Peiris <manjula@wso2.com>
- Date: Thu, 24 May 2007 18:43:26 +0530
- To: public-ws-policy-interop@w3.org
- Cc: member-ws-policy <member-ws-policy@w3.org>
- Message-Id: <1180012406.19834.15.camel@localhost>
Hi, I have attached results of Round02 WSDL 20 testing from both WSO2-C and WSO2-Java implementations. 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.
Attachments
- application/xml attachment: round2-WSDL20-WSO2-C.xml
- application/xml attachment: round2-WSDL20-WSO2-JAVA_.xml
Received on Friday, 25 May 2007 09:49:08 UTC