© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This release notes file contains late-breaking information about limitations and known problems and workarounds for the WebSphereR Integration Developer business process editor.
For invoke, receive, reply, and onMessage, there is a "Use Data Type Variables" option (enabled by default), which allows an incoming message to be split into its constituent parts, or for parts to be bundled together into an outgoing message, without using an extra assign activity.
Unfortunately, the "Use Data Type Variables" option is not supported by onEvent in an event handler, or the Compensation tab of an invoke, and interface variables (that is, variables with a WSDL message type) must be used in these cases.
For the variable used by the Compensation tab of an invoke, you should set the interface and operation on the variable's Details tab to match the interface and operation on the Compensation tab.
To declare a variable in an onEvent, you need only enter the variable name. The editor will set the declared variable's type to match the operation you have selected.
None