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, but I
cannot make the service talking to the clients, because the generated WSDL
from WCF are very different from the original WSDL that I published to
client application before.
Thanks.
Hao
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, but I
cannot make the service talking to the clients, because the generated WSDL
from WCF are very different from the original WSDL that I published to
client application before.
Thanks.
Hao
Comment