Question

What's the best way to access WSE 2.0 web services from .NET 2.0? Using VS2005's web references is not working, because generated classes are using System.Web.Services as their base (instead of Microsoft.Web.Services2).

Was it helpful?

Solution

We use VS2003 to generate and update the web references with a batch file to copy them to the vs2005 and now 2008 project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top