Simon Fell > Its just code > wsdl.exe /server

Monday, April 21, 2003

ok, I totally get why wsdl.exe /server could be useful, but how are you supposed to use it ?, I run wsd.exe /server {some-url} it generates an abstract class, I compile that to a dll, write an asmx page with a new class that inherits from the abstract class, overrides all the methods, but as far as I can tell the asmx engine is ignoring all the attributes on the abstract class, and I need to re-specify all the attributes on my class as well. Is that right ?, seems seriously screwy to me. I checked Keith book, but it doesn't seem to mention it.