CodeDom API + PropertyGrid = Web Service GUI (wizdl)

A

ashankar

wizdl (http://code.google.com/p/wizdl/) allows you to quickly import
and call methods on any web service using a dead simple GUI.

The C# implementation details are as follows:

a. Use ServiceDescriptionImporter to generate proxy classes from WSDL
b. Tweak the proxy classes and promote fields to properties so that
they show up in a property grid
c. Make properties fully editable using a couple of custom
UITypeEditors

The code is available at http://code.google.com/p/wizdl/source/browse/#svn/trunk

Thanks

Ajai Shankar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top