我正在测试下面的SOAP web服务安全示例。在这里,在soap组件配置中,键值对是http://www.mulesoft.org/documentation/display/current/SOAP+Web+Service+Security+Example UsernameToken TimeStamp。在启用WS-Security时,提到键值是WSHandlerContant类的常量。但是,如果我使用WSHandlerContant类的常量变量USERNAME_TOKEN而不是UsernameToken,我就会得到错误。谁能告诉我在哪里可以找到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
发布于 2013-11-01 14:54:03
下面是我们可以在SOAP安全配置中使用的contant字段值。
http://people.apache.org/~coheigea/stage/wss4j/1.5.5/site/apidocs/constant-values.html#org.apache.ws.security.handler.WSHandlerConstants.RECEIVE
https://stackoverflow.com/questions/19722067
复制相似问题