ActiveVOS Designer User’s Guide
Reply and invoke activities can copy a process variable to a message part, eliminating the need to create an assign activity to do the copy. You can specify a to part instead of an output variable.
If the WSDL operation uses a message containing exactly one part which itself is defined using an element, then the Web service interaction activity can use the toPart element for the output variable. The toPart declarations are used in place of the activity’s output variable declaration.
The following example shows the XML source for a To Part assignment.
<invoke inputVariable="twoWayRequest"
name="InvokeWithManagedCorrelation" operation="asyncOp"
partnerLink="requestPLT" portType="ns1:asyncRequestPT">
<toParts>
<toPart fromVariable="V1" part="one"/>
</toParts>
</invoke>
Copyright (c) 2004-2008 Active Endpoints, Inc.