What You May Need to Know About Setting Correlations for an IMA Using a fromParts Element With Multiple Parts
Assume you have the following scenario:
-
A BPEL 2.0 process with a WSDL message type that has multiple parts that are identical in type.
-
A property alias has been defined based on the element type of the above part.
For a process that has an inbound message activity (IMA) (for example, a receive activity, onMessage branch of a scope or pick activity, or onEvent branch of a scope activity in BPEL 2.0) that uses the fromParts
element with fromParts
defined for each part, correlations cannot be defined because the runtime environment cannot determine the part to which to apply the property alias.
For more information about mapping WSDL message parts with the toParts
and fromParts
elements, see Mapping WSDL Message Parts in BPEL 2.0.