views:

412

answers:

1

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).

+2  A: 

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

Aaron Fischer
It is best to do this using WSE 2.0 SP3. Apparently the generated code with SP3 is (or at least was) supported by MS with .NET 2.0.
RichardOD