问题
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