Axis2/Rampart and WCF

735 views Asked by At

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

There are 1 answers

0
Abid On BEST ANSWER

Needed to specify e.g.

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