How to use a WSDL File to create a WCF Proxy?

Raha picture Raha · Jun 3, 2009 · Viewed 62.2k times · Source

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 ?

Answer

John Saunders picture John Saunders · Jun 3, 2009

Right-click your project, and choose "Add Service Reference". Point to the WSDL. Click "Ok". That should be all.

enter image description here