Axis2/Rampart and WCF

风格不统一 提交于 2019-12-13 02:59:30

问题


I'm trying to setup a client using Axis2/Rampart to create a WS-Security call to a WCF .net service hosted by my client.

My client is receiving the error: 'The message received over Transport security has unsigned 'To' header.'

Does anyone have any ideas what could be the problem?


回答1:


Needed to specify e.g.

<signatureParts>{Element}{http://schemas.xmlsoap.org/soap/envelope/}To</signatureParts>


来源:https://stackoverflow.com/questions/5095380/axis2-rampart-and-wcf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!