Hello!

In the STS wsdl (https://github.com/apache/cxf/blob/master/distribution/src/main/release/samples/sts/wsdl/ws-trust-1.4-service.wsdl) something is not clear for me:
in the definition there are two namespace definition:
- target namespace -> targetNamespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512/"; - wst namespace -> xmlns:wst="http://docs.oasis-open.org/ws-sx/ws-trust/200512";
(one has "/" at the end, another not)
and for the one of element definition: <xs:element name="RequestSecurityTokenCollection" type="wst:RequestSecurityTokenCollectionType"/> but the Type definition: <xs:complexType name="RequestSecurityTokenCollectionType">
(one is the namespace with "/" another is in the namespace without "/")

Is this OK?
(and what is the namespace for the request/response: with or without "/"?)

Thanx:

Csaba


Reply via email to