Search code examples
.netwcfapache-axisws-securityrampart

Axis2/Rampart and WCF


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?


Solution

  • Needed to specify e.g.

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