I am invoking a webservice form my .net web application a getting the following com.ibm.wsspi.wssecurity.SoapSecurityException on invocation.
WSEC5048E: One of "SOAP Header" elements required.
The SOAP request seems to be valid so I guess the problem is something to do with the webservice using WS-Securty. I had to install a certificate into my Root certification authority store.
It might be easier to diagnose if I could view the soap request .Net has wrapped but I cant work out how to do this without sniffing the packets.