wsdl.exe /l:CS /protocol:SOAP <Path_To_WSDL_Description>
Note: I found wsdl.exe at C:\Programme\Microsoft Visual Studio 8\SDK\v2.0\Bin
This will create a WSDLService.cs source file.
csc /t:library /r:System.Web.Services.dll /r:System.Xml.dll WSDLService.cs
Note: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe
This will create a WSDLService.dll file