← Prev in month ← Prev in thread
Next in thread → Next in month →

Error in the WS-SecurityPolicy Schema

From
Symon Chang <>
Date
2006-03-31T23:19:15+00:00
ID
Thread
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 →