Automatically generate your SharePoint disco.aspx and wsdl.aspx files in seconds! No need to manually copy or deploy your .asmx first! No manual editing! No Disco.exe needed! Automatically recycles the application pool (ensuring the newest assembly is loaded)! Automatically deploys the final SharePoint web service files (using the -deploy option)! No UI to enter data each time. A command tool you can script for fast, consistent re-use!
After having to manually modify the disco.aspx and wsdl.aspx files by hand for the last three years, I finally found it tedious enough to create this utility. There are other tools out there, but they require you to enter information into a Windows UI, they are not script-able, and still felt to tedious for me. Call me lazy. :) Time is money. This tool is a command line utility. Simply execute the SPDev.exe command and your MyServiceDisco.aspx and MyServiceWsdl.aspx files are immediately ready for deployment. SPDev also allows you to script the process. Create a .cmd or .bat file and you’ll never have to enter any parameters again. Another big benefit is you don't need to use the Disco.exe utility since SPDev uses IIS and .NET instead which will always be on your development machine - since you are developing for SharePoint. And, there are no temp files are generated (unless you want them generated).
Update: The details for this posting have been moved to its own site here.