This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4522 - Namespace problems in the WSDL 1.1 and WSDL 2.0 External Attachment Test Cases.
Summary: Namespace problems in the WSDL 1.1 and WSDL 2.0 External Attachment Test Cases.
Status: RESOLVED FIXED
Alias: None
Product: WS-Policy
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: CR
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Felix Sasaki
QA Contact: Web Services Policy WG QA List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 22:13 UTC by Ashok Malhotra
Modified: 2007-05-23 13:24 UTC (History)
0 users

See Also:


Attachments

Description Ashok Malhotra 2007-05-02 22:13:06 UTC
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"
Comment 1 Paul Cotton 2007-05-23 13:24:12 UTC
WG decided to remove the usage of the wsam:Action attribute.

See: http://www.w3.org/2007/05/23-ws-policy-irc#T13-22-35

/paulc