0

以下の SOAP Web サービス セキュリティの例をテストしていました。 http://www.mulesoft.org/documentation/display/current/SOAP+Web+Service+Security+Example この SOAP コンポーネント構成では、キーと値のペアは action と UsernameToken TimeStamp です。WS-Security の有効化では、キー値が WSHandlerContant クラスの定数であることが言及されています。しかし、UsernameToken の代わりに WSHandlerContant クラスの定数変数 USERNAME_TOKEN を使用すると、エラーが発生します。SOAPセキュリティのキー値の可能な値をどこで見つけることができるか教えてください。 http://www.mulesoft.org/documentation/display/current/Enabling+WS-Security http://people.apache.org/~coheigea/stage/wss4j/1.5.5/site/apidocs/org/apache/ ws/security/handler/WSHandlerConstants.html#PW_CALLBACK_CLASS

4

1 に答える 1

0

以下は、SOAP セキュリティ構成で使用できる定数フィールドの値です。

http://people.apache.org/~coheigea/stage/wss4j/1.5.5/site/apidocs/constant-values.html#org.apache.ws.security.handler.WSHandlerConstants.RECEIVE

于 2013-11-01T06:54:03.280 に答える