R e l e a s e N o t e s . . .
September 3, 2004:
About this release
This release is primarily a feature update per our customers requests.
New Features:
Implemented Store and Retrieve objects that help You can use the Store object to store any XML data by specifying a token name. This token can be used with Retrieve object to retrieve the data at a later stage.
Added StringMid to extracts a substring of length nCount characters, starting at a position startIndex (zero-based).
Implemented Auto-connect for parameters (the context menu on the input or output parameter suggests what object to place and automatically links the objects).
In case of fault and there is no error string, the entire response (upto 256 characters) is included in the fault string.
Bug Fixes:
Changed the run order so that the Loop object has a run order index greater than all the objects providing inputs to the loop.
Removed AutoScroll in Resize - fixed the docking problem due to legacy code
Fixed SOAP_Request checkbox in the Object Properties dialog where when it is made invisible the other input parameters remain invisible.
Fixed the bug where the midpoints of links are reset during a load.
Support for cache when running SOAP requests with complex types.
Changed
"type" attributes to case-sensitive to support WSE.
This is build is backward compatible with all 3.x version files.
April 26, 2004:
About this release
This release is primarily a feature update per our customers requests. There
are a couple of minor bug fixes (please see notes below).
New Features:
Added SOAP_Header parameter to support WSE security features
Show snapshot dialog to give the image of the scenario option
Added XmlSchemaValidate to validate XML data against multiple XML schemas
Support for attributes in a SOAP request
Support for XML attributes parsing (using ova:attribute)
Bug Fixes:
Reduce flicker and faster updates
Support for import of external XML schemas referenced from WSDL
Commented out Reset in RunLoop to fix the setArrayOf problem
November 10, 2003:
About this release
This release is primarily a feature update per our customers requests. There
are a couple of minor bug fixes (please see notes below).
New Features:
Image display on the asmx page - When a scenario is deployed as a Web service, the asmx page displays a jpeg showing a snapshot of the ObjectView scenario
Create Executable - Creates a .exe application that executes the scenario and shows the results in a dialog box. This is in addition to the regular deployment to a .NET web server.
Support for SOAP Headers - Each Web service object now has a SOAP Header tab in the properties dialog box.
Additional local functions (under the Main tab):
Logical Operations:
And - Compares expressions and returns True if both expression are True.
Or - Compares expressions and returns True if either expression is True.
Xor - Compares expressions and returns True if either, but not both expressions are True.
Not - Compares expressions and returns True if either, but not both expressions are True.
Mathematical Operations:
BitLeftShift - Performs a bit left shift on on the first expression by the number of bits specified in the second expression.
BitRightShift - Performs a bit right shift on on the first expression by the number of bits specified in the second expression.
BitAnd - Performs a bit AND on the expressions.
BitOr - Performs a bit OR on the expressions.
BitXor - Performs a bit XOR on the expressions.
Convert to String Operations:
ToCurrencyFormat - Converts a number to a Currency format (Example: $2.00)
ToScientificFormat - Converts a number to a scientific (exponential) format
ToFixepointFormat - Converts a number to a fixed-point format
ToHexadecimalFormat - Converts a number to a Hexadecimal format (Example: 0x02)
ToOctalFormat - Converts a number to an octal format
ToBinaryFormat - Converts a number to a binary format
ToShortDatePattern - Converts a dateTime to MM/dd/yyyy format string
ToLongDatePattern - Converts a dateTime to dddd, dd MMMM yyyy format string
ToShortTimePattern - Converts a dateTime to HH:mm format string
ToLongTimePattern - Converts a dateTime to HH:mm:ss format string
ToLongDateShortTime - Converts a dateTime to dddd, dd MMMM yyyy HH:mm format string
ToLongDateLongTime - Converts a dateTime to dddd, dd MMMM yyyy HH:mm:ss format string
ToShortDateShortTime - Converts a dateTime to MM/dd/yyyy HH:mm format string
ToShortDateLongTime - Converts a dateTime to MM/dd/yyyy HH:mm:ss format string
ToMonthDayPattern - Converts a dateTime to MMMM dd format string
ToRFC1123Pattern - Converts a dateTime to ddd, dd MMM yyyy HH format string
ToSortableDateTimePattern - Converts a dateTime to yyyy-MM-ddTHH:mm:ss format string
ToUniversalSortableDateTimePattern - Converts a dateTime to yyyy-MM-dd HH:mm:ssZ format string
ToUniversalLongDateLongTime - Converts a dateTime to dddd, dd MMMM yyyy HH:mm:ss format string
ToYearMonthPattern - Converts a dateTime to yyyy MMMM format string
Bug Fixes:
1. Inline edit of Date/Time reflects only the date not the time.
Fix: Support for setting time in inline editing
2. In case of failure the an ObjectView Web service returns no information about the fault
Fix: Returns the fault log in case of failure. Added Exception handling for local functions
3. Control key to force linking types between 2 objects sometimes creates a new object
Fix: Changed force type from control key to shift key
This is a safe build and will not break the old functionality.