← Prev in month
← Prev in thread
Next in thread →
Next in month →
Issue 63: Error in the WS-SecurityPolicy Schema
This is now logged in the issue list as issue 63 and assigned to the editors. Marc Goodner Technical Diplomat Microsoft Corporation Tel: (425) 703-1903 Blog: http://spaces.msn.com/mrgoodner/ From: Symon Chang [mailto:] Sent: Friday, March 31, 2006 3:21 PM To: ; Anthony Nadalin Subject: [ws-sx] Error in the WS-SecurityPolicy Schema There are three minor problems in the WS-SecurityPolicy schema XSD file, oasis-wssx-ws-securitypolicy-1.0.xsd , version 2, http://www.oasis-open.org/apps/org/workgroup/ws-sx/document.php?document_id=16373. Line #1, ?xml version="1.0" encoding="utf-8"?> Missing the “<” sign. It should be <?xml version="1.0" encoding="utf-8"?> Line #11, targetNamespace='http://docs.oasis-open.org/ws-sx/ws-trust/200512/ws-securitypolicy' Mismatch with WS-SecurityPolicy spec v1.2, session 1.2. It should be: targetNamespace='http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512' Line #12, xmlns:tns='http://docs.oasis-open.org/ws-sx/ws-trust/200512/ws-securitypolicy' Mismatch with WS-SecurityPolicy spec v1.2, session 1.2. It should be: xmlns:sp='http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512' Consequently, all namespace prefix of tns should change to sp to match the spec and all the examples in the spec. Symon Chang, CISSP Sr. Security Architect Blue Titan Software
← Prev in month
← Prev in thread
Next in thread →
Next in month →