I am new to using web services, however I believe I've found a bug when using Visual Studio 2008 Professional.
Steps to Recreate this:
1. Add Web Reference
http://www.goavm.com/store/WebServices3.asmx - Name: BVWebService
It finds the service correctly, and lists all the methods in the little helper window.
2. Then somewhere in code:
Dim wsTest as New BVWebService.
And here VS Freezes. . . I actually let it go for around 3-10 minutes and it'll finally stop trying to do whatever it was trying to do, and then it won't find any of the methods or properties for intellisense. If I backspace the period and try again it'll take another 3-10 minutes. . . If I start typing, it'll take another 3-10 minutes to do anything. . .
This is very frustrating to not be able to do anything quickly with this.
I've tried this exact same thing in VS 2005 and it works fine. . . I can get the reference to the service and then manipulate it in code as expected, in seconds compared to minutes.
Is this a bug with VS 2008? Or perhaps the webservices need to be updated before we can use it with 2008? Or maybe is the code different for 2008? If anyone knows any kind of work around please let me know.
Any help will be appreciated.