WSE 2.0 Web Services Client using .NET 2.0

846 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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