As I mentioned in my previous post, I have been rewriting my tool SoapBits from C# to F#. Last week, finally I had worked it into usable state enough for me to publish it at codeplex. (I've also renamed the tool to "STORM")
If anyone here would like to learn or try out Functional Programming in F#, please volunteer for the project
Codeplex project : http://codeplex.com/storm
Here's the project descriptionSTORM is an application used to dynamically invoke any type of web service.
The tool is written mostly in F#. (I love this language!)
STORM allows you to
1. Dynamically invoke web service methods even those that have input parameters of complex data types
2. Save development time and money. Creating throw-away test client apps just to test the web service is just too wasteful
3. Test multiple web services from within one UI.
The inspiration for this tool is the .NET Web Service Studio tool originally released at the now closed gotdotnet site.
Posted
May 12 2008, 03:03 PM
by
ErikAraojo