- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 02 May 2007 22:13:08 +0000
- To: public-ws-policy-qa@w3.org
- CC:
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 Wednesday, 2 May 2007 22:13:14 UTC