Example of WCF web service with https
WCF and WF
3
Posts
3
Posters
0
Views
1
Watching
-
You need a server certificate that needs to be installed along with the service. The service (or more generally) the application that you are using should be able to access this certificate. Once you've assigned the certificate, you should be able to consume the client. E.g. Seven simple steps to enable HTTPS on WCF WsHttp bindings[^] The binding needs to be changed to
TransportModeWithCredentials
and you may need to pass in the login credentials if required. However, these would depend on the service design. WCF – 2 Way SSL Security using Certificates[^] should also prove useful to you.WP Apps - Color Search | Arctic | XKCD | Sound Meter | Speed Dial