Thanks steven, I'm not using WCF because java server is set to SOAP 1.1 and basicHttpBinding not let me to customize plain soap messages, since it sends Encrypted messages when Security Mode is set to "Message", and when is set to "None" plain messages is sent but ws-security headers for certificates is not sent. So I need to send plain signed with certificate soap messages with security headers (username token, ...), that's why I'm using WSE3.0
Removing WS-Addressing/Ws-Security sections by link provided by you, remove all ws-security sections, and I need to remove only wsu:Timestamp token.
|