How to generate a client certificate from configuration.svcinfo file
- by som_che
Hi,
I am new to WCF and trying to create a WCF client. I created a project in VS 2008 and added the reference of WCF web service and it generated the WSDL,configuration.svcinfo and other relevant files.
Now i would like to know how to create the client certificates based on these available files?
In the .svcinfo file, i see that there are multiple bindings (wsHttpBinding) and multiple endpoints.
Any help in this regard will be highly appreciated.