I have consumed a WCF service in a biztalk solution by “Add generated items”. Then I build up a quiet lenghty orchestration. Now I have to update the service (Add another method). How can I update the reference of that service in the project. Is there any direct way or I have to delete all files and do all things from point zero? (I am using biztalk server 2010.)
Share
There is no such method to update service reference which is consumed through “Add generated Items” wizard. One possibility is to Make a separate folder in project and add reference again in that folder.