标签: soap ws-security gsoap ws-reliablemessaging
我正在使用带有gsoap和WS-Reliable Messaging的{{1}}库来实施soap客户端,以调用单向远程操作。
gsoap
WS-Reliable Messaging
除了WS-Security数据包之外,所有soap消息(CreateSequence,实际消息,CloseSequence)在soap标头中都有一个<wsse:Security>元素。 我错过了什么吗?
WS-Security
CreateSequence
CloseSequence
<wsse:Security>
我的代码(SSCCE)如下所示:
TerminateSequence
答案 0 :(得分:0)
这是由于gsoap库v2.8.15的wsrm插件中的bug引起的。修复程序在v2.8.18中可用