Migrating from webservices to WCF
We are planning to convert webservices into WCF.How we need to start.We had done webservices with Delegate Facotry design pattern to create an object for proxy class.That will create an object for web services.Then how abt WCF. Can we follow the same architecture,Is it is possible.