Using vs05, I have created a web service in iis. It runs fine. However, when i open it in vs05, make changes to my web methods, resave/build, create a new wsdl file for my client application, none of the changes are there. None of my updates to the web site appear when I look at the methods in my client application. What am I missing
Thanks,
Fred Herring

Making Changes to a Web Service
Lakewise
I did remove the old reference and replaced it with the new wsdl file. Then when I check the exposed methods in my client application, nothing has changed.
Let me make sure that I am updating my web service correctly.
First, after changes to the web site project, I "save all"
Second, I perform a "build"
If I get no errors on the build, I assume my web service has been updated on the server
I then delete my old wsdl file and create a new one
I then reference the new wsdl file in my client app after deleting the old
Am I leaving something out
Fred Herring
MSwift