CodeDom API + PropertyGrid = Web Service GUI (wizdl)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ashankar

    CodeDom API + PropertyGrid = Web Service GUI (wizdl)

    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 ServiceDescript ionImporter 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
Working...