I'm trying to consume a web service which uses WS Security (usernametoken, signature and encryption). I don't have any information on the web service except the wsdl.
With wsdl.exe, I have created my proxy class and I'm also able to call a web service method. It shows errors
"No signature in message! (from client)"
How can I add the signature and encryption to the SOAP web service call?