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 be the required steps to communicate with it ?
Right-click your project, and choose "Add Service Reference". Point to the WSDL. Click "Ok". That should be all.