I have publicised a Java method as a Web Service and I use the Web Service Explorer in Eclipse to invoke it and it works as expected. See http://soa2world.blogspot.com/2008/05/soap-client-eclipse-web-service.html for screen shots (not taken by me).
To ensure that this will also work against clients written in .NET I'd like to repeat the same excercise in a .NET based GUI thing, which given the WSDL creates a GUI interface (standalone or webbased) allowing me to put in values, and execute the result.
Visual Studio Express is fine as it is available for free, while the full Visual Studio requires a license purchase, so if I need it I require a good reason :)
What would be a clean, simple approach to this particular task? If it could do simple load testing that would be really nice :)
Thanks,
Edit: The WCF Test Client with Visual Web Studio Express 2008 speaks SOAP 1.2 only. The Metro stack from Sun only speaks SOAP 1.1. Is there an version of WCF Test CLient which speaks SOAP 1.1?