.NET Web Service Studio 2.0 - Download Here
Posted by: Matt in Web tools, tags: tools, web servicesEver since GotDotNet shut down, it’s become very difficult to find a copy of the .NET Web Service Studio 2.0.
So, as a public service, I am providing it for download free of charge here.
If you’re not familiar with it, here is a blurb from the readme and a screenshot:
.NET Webservice Studio is a tool to invoke webmethods interactively. The user can provide a WSDL endpoint. On clicking button Get the tool fetches the WSDL, generates .NET proxy from the WSDL and displays the list of methods available. The user can choose any method and provide the required input parameters. On clicking Invoke the SOAP request is sent to the server and the response is parsed to display the return value.
This tool is meant for webservice implementers to test their webservices without having to write the client code. This could also be used to access other webservices whose WSDL endpoint is known.

Entries (RSS)
Here’s an alternative to webservice studio
http://codeplex.com/storm
Thank you… for having and sharing this tool.
Regards
Thanks for sharing.
Is there any document as how to setup the WebServiceStudio?
Any configuraiton needed?
I heard that it doesn’t work for .NET 2.0?
Thanks for the help,
Michael
Setup is as simple as unzipping it and running the exe. No configuration is required. It does work with .NET 2.0 — I don’t know for certain about 3.0 but I would be stunned if it doesn’t.
[...] that view as well as in the motivation of public service started by Rocket Service you could click on this link to download it. All credits to Rocket [...]
Thank you for sharing this..
Thanks for the download! Do you know if the source code is open and where it can be found? I’d like to do some small enhancements on the GUI.
I’ve never been able to find the source. If you do, please let me know!