- From: Ashok Malhotra <ashok.malhotra@oracle.com>
- Date: Thu, 3 May 2007 08:35:17 -0700
- To: "Paul Cotton" <Paul.Cotton@microsoft.com>
- CC: "public-ws-policy@w3.org" <public-ws-policy@w3.org>
I stole the WSDL from other testcases. I did not change any namespace declarations. All I wanted was add missing items and make the namespaces consistent. If we want to change the namespace declarations, we should change them on all the testcases. All the best, Ashok > -----Original Message----- > From: Paul Cotton [mailto:Paul.Cotton@microsoft.com] > Sent: Thursday, May 03, 2007 5:59 AM > To: Ashok Malhotra > Cc: YAMUNA PRAKASH; Nickolas Kavantzas; Minoo Gupta; Jeff Mischkinsky > Subject: RE: [Bug 4522] Namespace problems in the WSDL 1.1 and WSDL 2.0 > External Attachment Test Cases. > > > This can be remedied by adding the attribute > > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" to the > > <wsdl:definitions> element. > > Surely the W3C WS-Addressing Recommendation namespace URI of > http://www.w3.org/2005/08/addressing should be used! > > > The input WSDL contains xmlns:wsp="http://www.w3.org/ns/ws-policy" > > The result WSDL contains > > xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy". The namespace > > declaration in the input WSDL should be changed to > > xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy". > > Why are you proposing that we use an out of date Policy namespace URI. > Surely the Policy namespace URI in the result WSDL should be changed to > "http://www.w3.org/ns/ws-policy". > > BTW when you have fixed this Bug (if you agree with my above points) then > you need to send an email to public-ws-policy@w3.org announcing the > creation of the Issue. > > /paulc > > Paul Cotton, Microsoft Canada > 17 Eleanor Drive, Ottawa, Ontario K2E 6A3 > Tel: (613) 225-5445 Fax: (425) 936-7329 > mailto:Paul.Cotton@microsoft.com > > > > > > > -----Original Message----- > > From: public-ws-policy-qa-request@w3.org [mailto:public-ws-policy-qa- > > request@w3.org] On Behalf Of bugzilla@wiggum.w3.org > > Sent: May 2, 2007 6:13 PM > > To: public-ws-policy-qa@w3.org > > Subject: [Bug 4522] Namespace problems in the WSDL 1.1 and WSDL 2.0 > > External Attachment Test Cases. > > > > > > http://www.w3.org/Bugs/Public/show_bug.cgi?id=4522 > > > > Summary: Namespace problems in the WSDL 1.1 and WSDL 2.0 > > External > > Attachment Test Cases. > > 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: ashok.malhotra@oracle.com > > QAContact: public-ws-policy-qa@w3.org > > > > > > Namespace problems in the WSDL 1.1 and WSDL 2.0 External Attachment Test > > Cases. > > > > WSDL 1.1 > > There is no namespace declaration for the 'wsa' prefix in the input > WSDL. > > This can be remedied by adding the attribute > > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" to the > > <wsdl:definitions> element. > > > > There are two different declarations for the 'wsp' prefix. > > The input WSDL contains xmlns:wsp="http://www.w3.org/ns/ws-policy" > > The result WSDL contains > > xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy". The namespace > > declaration in the input WSDL should be changed to > > xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy". > > > > WSDL 2.0 > > There is no namespace declaration for the 'wsa' prefix in the input > WSDL. > > This can be remedied by adding the attribute > > xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" to the > > <wsdl20:description> element. > > > > The input WSDL as well as the results WSDL contains > > xmlns:wsp="http://www.w3.org/ns/ws-policy" > > This should be changed to > > xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" >
Received on Thursday, 3 May 2007 15:38:25 UTC