I am implementing a webservice, which must support WS-Trust (1.3). The OASIS defines the namespace of WS-Trust as http://docs.oasis-open.org/ws-sx/ws-trust/200512 (As definied in http://docs.oasis-open.org/ws-sx/ws-trust/200512).
A lot of implementations in the web are using the namespace http://schemas.xmlsoap.org/ws/2005/02/trust. Why is that so? Why are there a lot of specifications (and XSDs) mirrored under http://schemas.xmlsoap.org…. ?
As far as I see it, you can not say you implemented a OASIS specification if you use a schemas.xmlsoap.org… namespace. Is this correct?
I am implementing a webservice, which must support WS-Trust (1.3). The OASIS defines the
Share
According to Identity Metasystem Interoperability for WS-Trust 1.3 you have to use
http://docs.oasis-open.org/ws-sx/ws-trust/200512. Just take a look here: