ASP.NET - Is it possible to get the source code for an ASP.NET webservice from a WSDL?
Question: Is it possible to get the source code for an ASP.NET webservice from a WSDL ?
No, WSDL means web service definition language that provides the information about input and output arguments. The core function logic is not explained in WSDL.
|