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

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

invoke

Element information

Type: tInvoke

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
partnerLink [1..1]xsd:NCName
portType [0..1]xsd:QName
operation [1..1]xsd:NCName
inputVariable [0..1]BPELVariableName
outputVariable [0..1]BPELVariableName

Used in

Sample instance

<invoke        partnerLink="shipping"
        portType="lns:shippingPT"
        operation="requestShipping"
        inputVariable="shippingRequest"
        outputVariable="shippingInfo">
   <documentation>Decide On Shipper</documentation>
   <sources>
      <source linkName="ship-to-invoice"/>
   </sources>
</invoke>

Site developed and hosted by Datypic, Inc.

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