wsdl.exe /server
I'm running Visual Studio 2008 so the wsdl path was (which I had previously added to my path):
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
After running the tool, I had a ready-made .cs file with the correct interface, which I then easily used to stub out some mock data for my client code.
No comments:
Post a Comment