Hi all,
I'm working through some examples using VS2003 and the classic airport
weather web service. Current topic is creating a proxy class for a web
service but the wsdl.exe tool is including namespace references that aren't
recognized by .net, namely "System.Web.Services" and
"System.Web.Services.Protocols". I'm getting errors indicating:
The type or namespace name 'Services' does not exist in the class or
namespace 'System.Web' (are you missing an assembly reference?)
Two areas of question:
- Are these 1.0 framework namespaces that have gone away? What should these
be referencing instead?
- Is there a later version of wsdl.exe I should be using? I'm currently
using 1.1.4322, which matches my framework version.
TIA,
John