Hi everybody,
I need to implement a SOAP WS client talking to a server which has some sort of OASIS WS-Security.
Basically the security header should contain three items:
1. BinaryToken - holding the certificate
2. UsernameToken - username
3. Signature
I've managed to put the Signature in the header, but no luck with the other two fields.
Can anybody provide details on how should I achieve this with WCF?
Thank you,
Mihai