receive has been edited by Maciej Szefler (Apr 23, 2007).

(View changes)

Content:

Name

<receive> – receive a message from a partner

Synopsis

<receive partnerLink="NCName"
   portType="QName"?
   operation="NCName"
   variable="BPELVariableName"?
   createInstance="yes|no"?
   messageExchange="NCName"?
   standard-attributes>
   standard-elements
   <correlations>?
      <correlation set="NCName" initiate="yes|join|no"? />+
   </correlations>
   <fromParts>?
      <fromPart part="NCName" toVariable="BPELVariableName" />+
   </fromParts>
</receive>

throws bpel:ambiguousReceive, bpel:conflictingReceive, bpel:conflictingRequest, bpel:correlationViolation, bpel:invalidVariables, bpel:uninitiallizedPartnerRole,
bpel:uninitializedVariable

Description

Faults

  • bpel:ambiguousReceive
    ambiguousReceive
    The page ambiguousReceive does not exist.

  • bpel:conflictingReceive
    conflictingReceive
    The page conflictingReceive does not exist.

  • bpel:conflictingRequest
    conflictingRequest
    The page conflictingRequest does not exist.

  • bpel:invalidVariables
    invalidVariables
    variable failed to validate against a schema

Examples

See Also

Reply via email to