J
JOHN HORST
I have a couple of WSDL files that have been provided to me as examples of web services that I will need to consume. The problem is that the system on which these exist is not available to me in my current environment. To develop my consuming logic, I want to first stub out ASP.NET web services that will accept requests in the same manner as the web services described in the WSDLs I have received.
Is there a way to reverse-engineer a .NET web service in C# from a WSDL file? I specifically do not need to generate a stub class (I know how to do that with WSDL.exe).
Thanks in advance...
John
Is there a way to reverse-engineer a .NET web service in C# from a WSDL file? I specifically do not need to generate a stub class (I know how to do that with WSDL.exe).
Thanks in advance...
John