WS-Trust エンドポイントにリクエストを送信すると、リクエストに WS-Trust namespaceが含まれていますhttp://docs.oasis-open.org/ws-sx/ws-trust/200512
が、WS-Trust エンドポイントは次のようなエラーをスローします。
<soap:Fault>
<soap:Code>
<soap:Value>soap:Sender</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Unexpected element {http://docs.oasis-open.org/ws-sx/ws-trust/200512}RequestSecurityToken found. Expected {http://docs.oasis-open.org/ws-sx/ws-trust/200512/}RequestSecurityToken.</soap:Text>
</soap:Reason>
</soap:Fault>
名前空間 を使用すると問題なく動作しますhttp://docs.oasis-open.org/ws-sx/ws-trust/200512/
が、WS-Trust エンドポイントを変更して、http://docs.oasis-open.org/ws-sx/ws-trust/200512
. 私は自分をチェックwsdl
しましたが、名前空間はhttp://docs.oasis-open.org/ws-sx/ws-trust/200512
.