Calling WSE service from a .net 3.5 application -


I'm trying to call the .asmx (WSE) web service from a .NET 3.5 application.

Is this possible right? It seems that when I add a web context, the API is completely different, when I add a reference to a .net 2.0 app.

Add a web reference button to the dialog displayed to add a pre-3.0 style context (service Context).

By default, when you add a service reference, VS will produce a class that uses WCF, this is not an issue, but you may prefer to stick to the old style.

By the way, WCF is a more flexible and integrated approach to communication beyond NAT 3.0. You should consider this.


Comments