Click here to Skip to main content
15,746,302 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a project and i have webservice as a service reference added to my project.Now i have wcf service which i need to replace with the previous webservice

What are the changes i need to do..and in which files.


Thanks,
priya
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jun-12 14:32pm    
Not a correct answer and a wrong approach. We don't know what files have you produced. Instead of thinking about changes, first understand how you new project should look, make a skeleton of it, and then think what parts of old project you could re-use.
--SA

1 solution

Take copy of your project or if you have source control system create tag or keep version for working solution with web service project. ( in case of issue you can revert back)

then remove your web service reference from the project. Add WCF project reference as web service reference. compile the code. You may get several build errors where you call web service previously. Now you need to change them to new WCF service methods.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900