WebServiceStudio is now available in version 2.0. Many thanks go to Sowmy (is this just the user name on GotDotNet or the real name?). The new release has (currently limited) support for the Web Services Enhancements (WSE) from Microsoft.
New in V2.0:
Limited WSE support:
You can now send WSE message from WebServiceStudio. Goto WSDL options and set the “ProxyBaseType” property to “Microsoft.Web.Services.WebServicesClientProtocol,Microsoft.Web.Services, …”
You can set WSE properties in the proxy properties (select the root node of the tree that has the list of methods)
Load a compiled proxy:
You can load a dll or exe that has the proxy compiled instead of getting the list of methods from a wsdl or remote end point. Just browse to the dll or exe and hit ‘GO’
Copy/Paste objects:
You can right click on input or output tree to copy or paste method parameters.
WSDL Tree View:
WSDL is listed as tree with corresponding XML version highlighted.
Custom CodeDOM provider:
You can provide a Custom CodeDOM provider via Options – WSDL settings. No more Jscript support.
Custom Proxy Base:
You can add your own class as the base type of the proxy generated via Options – WSDL settings. WSE is supported using this feature.
I have been using this .NET application sinde the very first day it was available on GotDotNet - OK, its user interface is not too intuitive in the first moment - but hey it is a testing for XML based Web Services ;-) I really like it.