I have an existing ASMX web service produced WSDL. I am trying to upgrade
the ASMX to WCF. The client side applications are already deployed on
customers sites. We are definitely not able to change the WSDL in any way.
Therefore I am thinking maybe the right approprach is to start a WCF service
from an existing WSDL.
What are the steps then?
I know how to create a WCF from an interface, which is the normal way,...