onMessage
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Schema document: ws-bpel_executable.xsd
Type: tOnMessage
Properties: Global, Qualified
Content
- Sequence [1..1]
- documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- correlations [0..1]
- fromParts [0..1]
from type tExtensibleElementsfrom type tOnMsgCommon
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type tExtensibleElements | |
partnerLink | [1..1] | xsd:NCName | from type tOnMsgCommon | |
portType | [0..1] | xsd:QName | from type tOnMsgCommon | |
operation | [1..1] | xsd:NCName | from type tOnMsgCommon | |
messageExchange | [0..1] | xsd:NCName | from type tOnMsgCommon | |
variable | [0..1] | BPELVariableName | from type tOnMsgCommon |
Used in
Sample instance
<onMessage partnerLink="Seller" portType="SP:BuyerPT" operation="PurchaseResponse" variable="POResponse"> <correlations> <correlation set="PurchaseOrder" initiate="no"/> <correlation set="Invoice" initiate="yes"/> </correlations> </onMessage>