ActiveVOS Designer User’s Guide
A BPEL process receives, manipulates, and sends data through variables. Variables hold the messages exchanged between business partners and data used within the process.
For example, a process that receives a purchase order message from a buyer puts the message in an input variable. From there the variable content can be accessed by other operations. The following illustration shows an example.

Variables are defined in one of the following ways:
Tips for using variables:
<variable name=”BPELVariableName” messageType=”QName”?
type=QName? element=QName?>+ from-spec?
</variable>
Note: A variable name cannot contain the "." character. The "." character is reserved for use as a delimiter in WS-BPEL’s default binding to XPath 1.0.
Copyright (c) 2004-2008 Active Endpoints, Inc.