I find that when Im building a lot of webservices I tend to create thousands of small "testprograms" whos only purpose is to test the webservice. Yes, if your webservice only takes integers and strings you can use the built in testpage that the webservice serves up, but often you have booleans, userobjects or strongly typed datasets that will be passed in the functions and then you have to create a program that create a dummyobject and fill some default properties for you to test it out.
So my question, is there any program or "add in" out there who can generate a test-winform-program on the fly, just using the webservice as input, that creates code to test the webservice?
Would be nice, because its a (monkeywork) task that is totally non creative, stright forward, time consuming and boring to do.