I have an old WSDL file and I want to use WCF to communicate with the service.
The WSDL is generated from a ASMX (I suppose but I am not sure).
What would b
Use svcutil.exe to create a WCF proxy to call the service. Details here.