Schema Central > WS-BPEL 2.0 > ws-bpel_executable.xsd > catch
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

catch

				This element can contain all activities including the activities
				compensate, compensateScope and rethrow.
			

Element information

Type: tCatch

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: laxfrom type tExtensibleElements
faultName [0..1]xsd:QName
faultVariable [0..1]BPELVariableName
faultMessageType [0..1]xsd:QName
faultElement [0..1]xsd:QName

Used in

Sample instance

<catch       faultName="lns:cannotCompleteOrder"
       faultVariable="POFault"
       faultMessageType="lns:orderFaultType">
   <reply partnerLink="purchasing" portType="lns:purchaseOrderPT"
          operation="sendPurchaseOrder"
          variable="POFault"
          faultName="cannotCompleteOrder"/>
</catch>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com