Configuring WCF to Handle a Signature on a SOAP Message from an Oracle Server
- by AlEl
I'm trying to use WCF to consume a web service provided by a third-party's Oracle Application Server. I pass a username and password and as part of the response the web service returns a standard security tag in the header which includes a digest and signature.
With my current setup, I successfully send a request to the server and the web service…