Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
An Example (cont')
…
<sequence>
<receive partnerLink="purchasing" portType="lns:purchaseOrderPT” operation="sendPurchaseOrder"
variable="PO" createInstance="yes”>
</receive>
<flow>
<links>
<link name="ship-to-invoice" />
<link name="ship-to-scheduling" />
</links>
<sequence>
<assign>
<copy>
<from>$PO.customerInfo</from>
<to>$shippingRequest.customerInfo</to>
</copy>
</assign>
<invoke partnerLink="shipping" portType="lns:shippingPT" operation="requestShipping"
inputVariable="shippingRequest" outputVariable="shippingInfo">
<sources>
<source linkName="ship-to-invoice" /> </sources>
</invoke>
<receive partnerLink="shipping” portType="lns:shippingCallbackPT" operation="sendSchedule"
variable="shippingSchedule”>
<sources>
<source linkName="ship-to-scheduling" />
</sources>
</receive>
</sequence>
…
Speaker notes:
Content Tools
Tools
Sources (0)
Tags (0)
Comments (0)
History
Usage
Questions (0)
Playlists (0)
Quality
Sources
There are currently no sources for this slide.