Visual Studio 2008 Changes WebService Proxy
Just a short post today to address a change in how VS 2008 handles proxying your web services.
In earlier versions of Visual Studio, when we went to suck in the ASMX files that represent our web service, proxy code would get created on the client side with the same name as the class that was our web service.
If you do the same thing in Visual Studio 2008, you’ll notice that that class no longer exist. If you have a lot of classes, you’ll also notice that there are several interfaces that show up in intellisense now.
The new proxy class you are looking for is now named ClassNameSoapClient, where ClassName represents the name of the class in the web service.
Hopes this helps someone as they move to Visual Studio 2008
Other Related Items:
AXIOM 32MB DRAM Memory ModuleRAM Module Cisco MSR Catalyst 8500 Series AXCS-ASP-32M www.axiommemory.com 2 x 16 MB Lifetime SIMM Axiom Memory Solutions 32MB DRAM Memory Module 32 MB Axiom DRAM
Don't Mess With Me, I am a Programmer - T-Shirt (40 colors)Cotton T-Shirt 5.6 oz., heavyweight 100% preshrunk cotton T-shirt, Quarter-turned. Seamless collar, Taped shoulder-to-shoulder, Double-needle stitched neck, sleeves and hemmed bottom. Direct printed on Front of T-Shirt, this is not a transfer. Won't peel or crack in washer/dryer.
Active Server Pages (ASP)/Visual Basic (VB).NET - Instructor-based Video Training BundleInteractive Instructor-Based Active Server Pages (ASP)/Visual Basic (VB).NET Bundle Video Training Course on DVD-ROM. Computer Based Training (CBT) a... Read More >
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!










Thanks, now can you tell us where to set the Proxy settings, .Proxy variable no longer exists, and ClientCredentials not not obvious if this is the replacement?
[...] couple of weeks ago I wrote an article stating that Microsoft had changed how the proxy class for web services gets created. Many people found this helpful, but I got on question on the post that really needs to be [...]