17 April, 2015

How to generate a WCF service from the WSDL file?

Why we need to generate WCF service using WSDL? Usually we create our own webservices, but sometimes we need to create a mock of the webservice from which WSDL we have obtained. This situation may happen if we have to create a client of the third-party service to which the access is restricted. In that...