Release notes Storm_r1.1 Oct 29, 2008
Changes :
=========
1. Launch new storm window from File menu (File -> New Window)
2. Configuration items moved from the config file to the config window (UI). All config items
are now done via the UI.
3. "Favorite services" can now be added via the configuration window. These services will
appear in the dropdown options whenever you add a web service
4. The config file is optional. However, to further customize the tool the items below can be
set
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ShowSplash" value="3"/> <!-- set to zero or negative number to disable splash-->
<!-- UI settings-->
<add key="GradientHighColor" value="Window"/>
<add key="GradientLowColor" value="GradientActiveCaption"/>
<add key="GradientRenderMode" value="Glass"/> <!-- Glass, Gradient or Flat -->
</appSettings>
</configuration>
FIXES:
=========
1. Issue 2398 : Handling of abstract/polymorphic types. A dropdown of allowed types will be shown
whenever a polymorphic type is encountered.
2. Object editor in "Tree View" now shows up for newly opened tabd.
3. Exception is no longer raised when a default soap cannot be created. A warning is instead
logged in the log window
4. Fixed the error below.
Exception occurs when
step 1. open method in a new tab
step 2. Invoke method
step 3. switch to QuickEdit tab and select the same method. This triggers an exception.
5. Additional fix for Issue 2180. Authentication now defaults to Windows Auth.