【发布时间】:2014-07-26 19:56:28
【问题描述】:
我已尝试在我的消息流中启用对 SOAPInput 节点的 http 身份验证,但它似乎没有生效。我不必传递任何凭据,我仍然会收到回复。这些是我采取的步骤:
1.) 使用以下命令创建了一个安全配置文件:
## Set up the security id
mqsisetdbparms DEV_ESB30_AP01 -n basicSecurityId -u user1 -p testPass1
## Set up the security profile
mqsicreateconfigurableservice DEV_ESB30_AP01 -c SecurityProfiles -o orsSecurityProfile -n "propagation,idToPropagateToTransport,transportPropagationConfig" -v "TRUE,STATIC ID,basicSecurityId"
2.) 我将 BAR 中的安全配置文件设置为 basicSecurityId
我错过了什么吗?
我是否正确定义了安全配置文件?
此安全配置文件在 SOAPRequest 节点中使用时可正确验证,但在 SOAPInput 节点中完全忽略。感谢您提供的任何帮助。
【问题讨论】:
标签: http soap websphere ibm-mq messagebroker