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

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

scope

Element information

Type: tScope

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: laxfrom type tExtensibleElements
name [0..1]xsd:NCNamefrom type tActivity
suppressJoinFailure [0..1]tBooleanfrom type tActivity
isolated [0..1]tBooleanDefault value is "no".
exitOnStandardFault [0..1]tBoolean

Used in

Sample instance

<scope name="purchase"
       suppressJoinFailure="yes">
   <targets>
      <target linkName="linkA"/>
   </targets>
   <sources>
      <source linkName="linkB"/>
   </sources>
   <faultHandlers>
      <catch faultName="SP:rejectPO">...</catch>
   </faultHandlers>
   <compensationHandler>
      <invoke partnerLink="Seller" portType="SP:Purchasing" operation="CancelPurchase"
              inputVariable="getResponse"
              outputVariable="getConfirmation"/>
   </compensationHandler>
   <invoke name="purchase" partnerLink="Seller" portType="SP:Purchasing"
           operation="Purchase"
           inputVariable="sendPO"
           outputVariable="getResponse"/>
</scope>

Site developed and hosted by Datypic, Inc.

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