In the ASMX world, handling WSDL (for the purposes of say, generating code or custom documentation etc) is pretty straightforward. If you are given a .asmx?wsdl endpoint (or even a local WSDL file), all you need to do is instantiate a System.Web.Services.Description.ServiceDescription over it and that will give you access into all the objects that […]