[jboss-svn-commits] JBL Code SVN: r11629 - labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu May 3 05:21:02 EDT 2007
Author: tfennelly
Date: 2007-05-03 05:21:02 -0400 (Thu, 03 May 2007)
New Revision: 11629
Removed:
labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/.project
labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.bpel
labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.vbpel
labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/resources/
Log:
removed old process definitions
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/.project
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/.project 2007-05-03 08:02:36 UTC (rev 11628)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/.project 2007-05-03 09:21:02 UTC (rev 11629)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>OrderManagement</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.bpel
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.bpel 2007-05-03 08:02:36 UTC (rev 11628)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.bpel 2007-05-03 09:21:02 UTC (rev 11629)
@@ -1,206 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-BPEL Process Definition
-Edited using ActiveBPEL(tm) Designer Version 3.1.0 (http://www.active-endpoints.com)
--->
-<bpel:process xmlns:aud="http://schemas.active-endpoints.com/sample/audit/2006/04/Audit.xsd" xmlns:aws="http://docs.active-endpoints.com/activebpel/sample/wsdl/audit/2006/04/Audit.wsdl" xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable" xmlns:brws="http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl" xmlns:cmws="http://docs.active-endpoints.com/activebpel/sample/wsdl/creditmanager/2006/04/CreditManager.wsdl" xmlns:crdmgr="http://schemas.active-endpoints.com/sample/creditmanager/2006/04/CreditManager.xsd" xmlns:cust="http://schemas.active-endpoints.com/sample/customer/2006/04/Customer.xsd" xmlns:cws="http://docs.active-endpoints.com/activebpel/sample/wsdl/customer/2006/04/Customer.wsdl" xmlns:omws="http://docs.active-endpoints.com/activebpel/sample/wsdl/ordermanager/2006/04/OrderManager.wsdl" xmlns:ord="http://schemas.active-endpoints.com/sample/customerorder/2006/04/CustomerOrder.xsd" xmlns:ordmgr="http://schemas!
.active-endpoints.com/sample/ordermanager/2006/04/OrderManager.xsd" xmlns:rws="http://docs.active-endpoints.com/activebpel/sample/wsdl/retailer/2006/04/Retailer.wsdl" xmlns:ship="http://schemas.active-endpoints.com/sample/shipping/2006/04/Shipping.xsd" xmlns:sws="http://docs.active-endpoints.com/activebpel/sample/wsdl/shipping/2006/04/Shipping.wsdl" xmlns:tns="http://docs.active-endpoints.com/activebpel/sample/bpel/OrderProcess/2006/04/OrderProcess.bpel" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="OrderProcess" suppressJoinFailure="yes" targetNamespace="http://docs.active-endpoints.com/activebpel/sample/bpel/OrderProcess/2006/04/OrderProcess.bpel">
- <bpel:import importType="http://schemas.xmlsoap.org/wsdl/" location="resources/wsdl/Retailer.wsdl" namespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/retailer/2006/04/Retailer.wsdl"/>
- <bpel:import importType="http://schemas.xmlsoap.org/wsdl/" location="resources/wsdl/BPELRetailer.wsdl" namespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl"/>
- <bpel:import importType="http://schemas.xmlsoap.org/wsdl/" location="resources/wsdl/OrderManager.wsdl" namespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/ordermanager/2006/04/OrderManager.wsdl"/>
- <bpel:import importType="http://schemas.xmlsoap.org/wsdl/" location="resources/wsdl/Shipping.wsdl" namespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/shipping/2006/04/Shipping.wsdl"/>
- <bpel:import importType="http://schemas.xmlsoap.org/wsdl/" location="resources/wsdl/Customer.wsdl" namespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/customer/2006/04/Customer.wsdl"/>
- <bpel:partnerLinks>
- <bpel:partnerLink myRole="Seller" name="Customer" partnerLinkType="brws:PurchasingPLT" partnerRole="Buyer"/>
- <bpel:partnerLink myRole="OrderPlacer" name="OrderManager" partnerLinkType="omws:OrderingPLT" partnerRole="OrderingSystem"/>
- <bpel:partnerLink name="Shipper" partnerLinkType="sws:ShippingPLT" partnerRole="Shipper"/>
- </bpel:partnerLinks>
- <bpel:variables>
- <bpel:variable messageType="rws:SubmitOrderRequest" name="SubmitOrderRequest"/>
- <bpel:variable messageType="rws:SubmitOrderResponse" name="SubmitOrderResponse"/>
- <bpel:variable messageType="omws:CreateSalesOrderRequest" name="SalesOrderRequest"/>
- <bpel:variable messageType="omws:CreateSalesOrderResponse" name="SalesOrderResponse"/>
- <bpel:variable messageType="omws:SendSalesOrderNotificationRequest" name="SendSalesOrderNotificationRequest"/>
- <bpel:variable messageType="omws:SendSalesOrderNotificationResponse" name="SendSalesOrderNotificationResponse"/>
- <bpel:variable messageType="cws:SendOrderConfirmationRequest" name="SendOrderConfirmationRequest"/>
- <bpel:variable messageType="cws:SendOrderConfirmationResponse" name="SendOrderConfirmationResponse"/>
- <bpel:variable messageType="omws:CancelOrderRequest" name="CancelOrderRequest"/>
- <bpel:variable messageType="omws:CancelOrderResponse" name="CancelOrderResponse"/>
- <bpel:variable messageType="sws:ShipOrderRequest" name="ShipOrderRequest"/>
- <bpel:variable messageType="sws:ShipOrderResponse" name="ShipOrderResponse"/>
- </bpel:variables>
- <bpel:correlationSets>
- <bpel:correlationSet name="CustomerCorrelationSet" properties="brws:poNumber brws:customerNumber"/>
- <bpel:correlationSet name="OrderManagerCorrelationSet" properties="omws:orderNumber"/>
- </bpel:correlationSets>
- <bpel:flow>
- <bpel:links>
- <bpel:link name="L2"/>
- </bpel:links>
- <bpel:sequence>
- <bpel:receive createInstance="yes" name="ReceiveCustomerOrder" operation="SubmitOrder" partnerLink="Customer" variable="SubmitOrderRequest">
- <bpel:correlations>
- <bpel:correlation initiate="yes" set="CustomerCorrelationSet"/>
- </bpel:correlations>
- </bpel:receive>
- <bpel:assign name="AssignDataForNormalReply">
- <bpel:copy>
- <bpel:from>true()</bpel:from>
- <bpel:to part="Document" variable="SubmitOrderResponse"/>
- </bpel:copy>
- </bpel:assign>
- <bpel:reply name="AcknowledgeReceiptOfOrder" operation="SubmitOrder" partnerLink="Customer" variable="SubmitOrderResponse"/>
- <bpel:scope>
- <bpel:sequence>
- <bpel:assign name="AssignDataForSalesOrder">
- <bpel:copy>
- <bpel:from part="Document" variable="SubmitOrderRequest"/>
- <bpel:to part="Document" variable="SalesOrderRequest"/>
- </bpel:copy>
- </bpel:assign>
- <bpel:invoke inputVariable="SalesOrderRequest" name="CreateSalesOrder" operation="CreateSalesOrder" outputVariable="SalesOrderResponse" partnerLink="OrderManager">
- <bpel:correlations>
- <bpel:correlation initiate="yes" pattern="response" set="OrderManagerCorrelationSet"/>
- </bpel:correlations>
- <bpel:compensationHandler>
- <bpel:sequence>
- <bpel:assign name="AssignDataForCancelSalesOrder">
- <bpel:copy>
- <bpel:from>
- <bpel:literal>
- <ord:cancelOrder>
-<ord:orderInquiry>
-<ord:customerNumber/>
-<ord:poNumber/>
-</ord:orderInquiry>
-</ord:cancelOrder>
- </bpel:literal>
- </bpel:from>
- <bpel:to part="Document" variable="CancelOrderRequest"/>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SalesOrderRequest">
- <bpel:query>ord:header/ord:customerNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="CancelOrderRequest">
- <bpel:query>ord:orderInquiry/ord:customerNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SalesOrderRequest">
- <bpel:query>ord:header/ord:poNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="CancelOrderRequest">
- <bpel:query>ord:orderInquiry/ord:poNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- </bpel:assign>
- <bpel:invoke inputVariable="CancelOrderRequest" name="CancelSalesOrder" operation="CancelOrder" outputVariable="CancelOrderResponse" partnerLink="OrderManager"/>
- </bpel:sequence>
- </bpel:compensationHandler>
- </bpel:invoke>
- <bpel:receive name="WaitForNotificationFromOrderManager" operation="SendSalesOrderNotification" partnerLink="OrderManager" variable="SendSalesOrderNotificationRequest">
- <bpel:correlations>
- <bpel:correlation initiate="no" set="OrderManagerCorrelationSet"/>
- </bpel:correlations>
- </bpel:receive>
- <bpel:assign name="AssignDataForOrderManagerAcknowledgement">
- <bpel:copy>
- <bpel:from>true()</bpel:from>
- <bpel:to part="Document" variable="SendSalesOrderNotificationResponse"/>
- </bpel:copy>
- </bpel:assign>
- <bpel:reply name="AcknowledgeOrderManager" operation="SendSalesOrderNotification" partnerLink="OrderManager" variable="SendSalesOrderNotificationResponse"/>
- <bpel:assign name="AssignDataForShipOrder">
- <bpel:sources>
- <bpel:source linkName="L2"/>
- </bpel:sources>
- <bpel:copy>
- <bpel:from>
- <bpel:literal>
- <ship:shippingRequest>
-<ship:customerNumber/>
-<ship:poNumber/>
-<ship:orderNumber/>
-</ship:shippingRequest>
- </bpel:literal>
- </bpel:from>
- <bpel:to part="Document" variable="ShipOrderRequest"/>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SalesOrderRequest">
- <bpel:query>ord:header/ord:customerNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="ShipOrderRequest">
- <bpel:query>ship:customerNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SalesOrderRequest">
- <bpel:query>ord:header/ord:poNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="ShipOrderRequest">
- <bpel:query>ship:poNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SendSalesOrderNotificationRequest">
- <bpel:query>ordmgr:orderNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="ShipOrderRequest">
- <bpel:query>ship:orderNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- </bpel:assign>
- <bpel:invoke inputVariable="ShipOrderRequest" name="ShipOrder" operation="ShipOrder" outputVariable="ShipOrderResponse" partnerLink="Shipper">
- <bpel:targets>
- <bpel:target linkName="L2"/>
- </bpel:targets>
- </bpel:invoke>
- <bpel:assign name="AssignDataForOrderConfirmation">
- <bpel:copy>
- <bpel:from>
- <bpel:literal>
- <cust:orderConfirmation>
-<cust:customerNumber/>
-<cust:poNumber/>
-<cust:orderNumber/>
-</cust:orderConfirmation>
- </bpel:literal>
- </bpel:from>
- <bpel:to part="Document" variable="SendOrderConfirmationRequest"/>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SalesOrderRequest">
- <bpel:query>ord:header/ord:customerNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="SendOrderConfirmationRequest">
- <bpel:query>cust:customerNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SalesOrderRequest">
- <bpel:query>ord:header/ord:poNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="SendOrderConfirmationRequest">
- <bpel:query>cust:poNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- <bpel:copy>
- <bpel:from part="Document" variable="SendSalesOrderNotificationRequest">
- <bpel:query>ordmgr:orderNumber</bpel:query>
- </bpel:from>
- <bpel:to part="Document" variable="SendOrderConfirmationRequest">
- <bpel:query>cust:orderNumber</bpel:query>
- </bpel:to>
- </bpel:copy>
- </bpel:assign>
- <bpel:invoke inputVariable="SendOrderConfirmationRequest" name="SendOrderConfirmation" operation="SendOrderConfirmation" outputVariable="SendOrderConfirmationResponse" partnerLink="Customer">
- <bpel:correlations>
- <bpel:correlation initiate="no" pattern="request" set="CustomerCorrelationSet"/>
- </bpel:correlations>
- </bpel:invoke>
- </bpel:sequence>
- </bpel:scope>
- </bpel:sequence>
- </bpel:flow>
-</bpel:process>
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.vbpel
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.vbpel 2007-05-03 08:02:36 UTC (rev 11628)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/bpel/OrderProcess.vbpel 2007-05-03 09:21:02 UTC (rev 11629)
@@ -1,636 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<graph id="0" name="PROCESS">
- <att name="processName" value="OrderProcess"/>
- <att name="targetNamespace" value="http://docs.active-endpoints.com/activebpel/sample/bpel/OrderProcess/2006/04/OrderProcess.bpel"/>
- <att name="enableInstanceCompensation" value="false"/>
- <att name="exitStandardFault" value="false"/>
- <att name="disableSelectionFailure" value="false"/>
- <att name="createXPath" value="false"/>
- <att name="modelVersion" value="3"/>
- <att name="processNamespace" value="http://docs.oasis-open.org/wsbpel/2.0/process/executable"/>
- <att name="objectId" value="117373504323010683"/>
- <node id="1" name="EXTENSION_CONTAINER">
- <att name="ExtensionCount" value="0"/>
- <att name="BPELDocumentation" value=""/>
- </node>
- <att>
- <graph id="2" name="IMPORTS">
- <att name="ImportCount" value="5"/>
- <node id="3" name="IMPORT">
- <att name="ImportLocation" value="resources/wsdl/Retailer.wsdl;http://docs.active-endpoints.com/activebpel/sample/wsdl/retailer/2006/04/Retailer.wsdl;http://schemas.xmlsoap.org/wsdl/"/>
- <att name="ImportNamespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/retailer/2006/04/Retailer.wsdl"/>
- <att name="ImportType" value="http://schemas.xmlsoap.org/wsdl/"/>
- <att name="objectId" value="117373504324610711"/>
- </node>
- <node id="4" name="IMPORT">
- <att name="ImportLocation" value="resources/wsdl/BPELRetailer.wsdl;http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl;http://schemas.xmlsoap.org/wsdl/"/>
- <att name="ImportNamespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl"/>
- <att name="ImportType" value="http://schemas.xmlsoap.org/wsdl/"/>
- <att name="objectId" value="117373504324610713"/>
- </node>
- <node id="5" name="IMPORT">
- <att name="ImportLocation" value="resources/wsdl/OrderManager.wsdl;http://docs.active-endpoints.com/activebpel/sample/wsdl/ordermanager/2006/04/OrderManager.wsdl;http://schemas.xmlsoap.org/wsdl/"/>
- <att name="ImportNamespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/ordermanager/2006/04/OrderManager.wsdl"/>
- <att name="ImportType" value="http://schemas.xmlsoap.org/wsdl/"/>
- <att name="objectId" value="117373504324610717"/>
- </node>
- <node id="6" name="IMPORT">
- <att name="ImportLocation" value="resources/wsdl/Shipping.wsdl;http://docs.active-endpoints.com/activebpel/sample/wsdl/shipping/2006/04/Shipping.wsdl;http://schemas.xmlsoap.org/wsdl/"/>
- <att name="ImportNamespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/shipping/2006/04/Shipping.wsdl"/>
- <att name="ImportType" value="http://schemas.xmlsoap.org/wsdl/"/>
- <att name="objectId" value="117373504324610721"/>
- </node>
- <node id="7" name="IMPORT">
- <att name="ImportLocation" value="resources/wsdl/Customer.wsdl;http://docs.active-endpoints.com/activebpel/sample/wsdl/customer/2006/04/Customer.wsdl;http://schemas.xmlsoap.org/wsdl/"/>
- <att name="ImportNamespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/customer/2006/04/Customer.wsdl"/>
- <att name="ImportType" value="http://schemas.xmlsoap.org/wsdl/"/>
- <att name="objectId" value="117630467039401415"/>
- </node>
- </graph>
- </att>
- <att>
- <graph id="8" name="NAMESPACES">
- <att name="NamespaceCount" value="16"/>
- <node id="9" name="NAMESPACE">
- <att name="Prefix" value="ordmgr"/>
- <att name="Namespace" value="http://schemas.active-endpoints.com/sample/ordermanager/2006/04/OrderManager.xsd"/>
- <att name="objectId" value="117373504324610723"/>
- </node>
- <node id="10" name="NAMESPACE">
- <att name="Prefix" value="ord"/>
- <att name="Namespace" value="http://schemas.active-endpoints.com/sample/customerorder/2006/04/CustomerOrder.xsd"/>
- <att name="objectId" value="117373504324610727"/>
- </node>
- <node id="11" name="NAMESPACE">
- <att name="Prefix" value="aud"/>
- <att name="Namespace" value="http://schemas.active-endpoints.com/sample/audit/2006/04/Audit.xsd"/>
- <att name="objectId" value="117373504324610729"/>
- </node>
- <node id="12" name="NAMESPACE">
- <att name="Prefix" value="xsd"/>
- <att name="Namespace" value="http://www.w3.org/2001/XMLSchema"/>
- <att name="objectId" value="117373504324610731"/>
- </node>
- <node id="13" name="NAMESPACE">
- <att name="Prefix" value="omws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/ordermanager/2006/04/OrderManager.wsdl"/>
- <att name="objectId" value="117373504324610733"/>
- </node>
- <node id="14" name="NAMESPACE">
- <att name="Prefix" value="ship"/>
- <att name="Namespace" value="http://schemas.active-endpoints.com/sample/shipping/2006/04/Shipping.xsd"/>
- <att name="objectId" value="117373504324610735"/>
- </node>
- <node id="15" name="NAMESPACE">
- <att name="Prefix" value="crdmgr"/>
- <att name="Namespace" value="http://schemas.active-endpoints.com/sample/creditmanager/2006/04/CreditManager.xsd"/>
- <att name="objectId" value="117373504324610737"/>
- </node>
- <node id="16" name="NAMESPACE">
- <att name="Prefix" value="cws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/customer/2006/04/Customer.wsdl"/>
- <att name="objectId" value="117373504324610739"/>
- </node>
- <node id="17" name="NAMESPACE">
- <att name="Prefix" value="cust"/>
- <att name="Namespace" value="http://schemas.active-endpoints.com/sample/customer/2006/04/Customer.xsd"/>
- <att name="objectId" value="117373504324610741"/>
- </node>
- <node id="18" name="NAMESPACE">
- <att name="Prefix" value="brws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl"/>
- <att name="objectId" value="117373504324610743"/>
- </node>
- <node id="19" name="NAMESPACE">
- <att name="Prefix" value="bpel"/>
- <att name="Namespace" value="http://docs.oasis-open.org/wsbpel/2.0/process/executable"/>
- <att name="objectId" value="117373504324610745"/>
- </node>
- <node id="20" name="NAMESPACE">
- <att name="Prefix" value="cmws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/creditmanager/2006/04/CreditManager.wsdl"/>
- <att name="objectId" value="117373504324610747"/>
- </node>
- <node id="21" name="NAMESPACE">
- <att name="Prefix" value="sws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/shipping/2006/04/Shipping.wsdl"/>
- <att name="objectId" value="117373504324610749"/>
- </node>
- <node id="22" name="NAMESPACE">
- <att name="Prefix" value="rws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/retailer/2006/04/Retailer.wsdl"/>
- <att name="objectId" value="117373504324610751"/>
- </node>
- <node id="23" name="NAMESPACE">
- <att name="Prefix" value="aws"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/wsdl/audit/2006/04/Audit.wsdl"/>
- <att name="objectId" value="117373504324610753"/>
- </node>
- <node id="24" name="NAMESPACE">
- <att name="Prefix" value="tns"/>
- <att name="Namespace" value="http://docs.active-endpoints.com/activebpel/sample/bpel/OrderProcess/2006/04/OrderProcess.bpel"/>
- <att name="objectId" value="117383247993704899"/>
- </node>
- </graph>
- </att>
- <att>
- <graph id="25" name="PARTNER_LINKS">
- <att name="PartnerLinkCount" value="3"/>
- <node id="26" name="PARTNER_LINK">
- <att name="PartnerLinkName" value="Customer"/>
- <att name="PartnerLinkType" value="brws:PurchasingPLT"/>
- <att name="PartnerRole" value="Buyer"/>
- <att name="MyRole" value="Seller"/>
- <att name="visible" value="true,false,false,false,false,"/>
- <att name="objectId" value="117373504324610755"/>
- <att name="InitializePartnerRole" value=""/>
- </node>
- <node id="27" name="PARTNER_LINK">
- <att name="PartnerLinkName" value="OrderManager"/>
- <att name="PartnerLinkType" value="omws:OrderingPLT"/>
- <att name="PartnerRole" value="OrderingSystem"/>
- <att name="MyRole" value="OrderPlacer"/>
- <att name="visible" value="true,false,false,false,false,"/>
- <att name="objectId" value="117373504324610767"/>
- <att name="InitializePartnerRole" value=""/>
- </node>
- <node id="28" name="PARTNER_LINK">
- <att name="PartnerLinkName" value="Shipper"/>
- <att name="PartnerLinkType" value="sws:ShippingPLT"/>
- <att name="PartnerRole" value="Shipper"/>
- <att name="visible" value="true,false,false,false,false,"/>
- <att name="objectId" value="117373504324610803"/>
- <att name="InitializePartnerRole" value=""/>
- </node>
- </graph>
- </att>
- <att>
- <graph id="29" name="VARIABLE_CONTAINERS">
- <att name="VariableCount" value="12"/>
- <node id="30" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SubmitOrderRequest"/>
- <att name="VariableSpecification" value="MessageType=rws:SubmitOrderRequest"/>
- <att name="objectId" value="117373504324610815"/>
- </node>
- <node id="31" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SubmitOrderResponse"/>
- <att name="VariableSpecification" value="MessageType=rws:SubmitOrderResponse"/>
- <att name="objectId" value="117373504324610817"/>
- </node>
- <node id="32" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SalesOrderRequest"/>
- <att name="VariableSpecification" value="MessageType=omws:CreateSalesOrderRequest"/>
- <att name="objectId" value="117373504324610819"/>
- </node>
- <node id="33" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SalesOrderResponse"/>
- <att name="VariableSpecification" value="MessageType=omws:CreateSalesOrderResponse"/>
- <att name="objectId" value="117373504324610821"/>
- </node>
- <node id="34" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SendSalesOrderNotificationRequest"/>
- <att name="VariableSpecification" value="MessageType=omws:SendSalesOrderNotificationRequest"/>
- <att name="objectId" value="117373504324610823"/>
- </node>
- <node id="35" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SendSalesOrderNotificationResponse"/>
- <att name="VariableSpecification" value="MessageType=omws:SendSalesOrderNotificationResponse"/>
- <att name="objectId" value="117373504324610825"/>
- </node>
- <node id="36" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SendOrderConfirmationRequest"/>
- <att name="VariableSpecification" value="MessageType=cws:SendOrderConfirmationRequest"/>
- <att name="objectId" value="117373504324610827"/>
- </node>
- <node id="37" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="SendOrderConfirmationResponse"/>
- <att name="VariableSpecification" value="MessageType=cws:SendOrderConfirmationResponse"/>
- <att name="objectId" value="117373504324610829"/>
- </node>
- <node id="38" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="CancelOrderRequest"/>
- <att name="VariableSpecification" value="MessageType=omws:CancelOrderRequest"/>
- <att name="objectId" value="117373504324610831"/>
- </node>
- <node id="39" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="CancelOrderResponse"/>
- <att name="VariableSpecification" value="MessageType=omws:CancelOrderResponse"/>
- <att name="objectId" value="117373504324610833"/>
- </node>
- <node id="40" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="ShipOrderRequest"/>
- <att name="VariableSpecification" value="MessageType=sws:ShipOrderRequest"/>
- <att name="objectId" value="117373504324610847"/>
- </node>
- <node id="41" name="VARIABLE_CONTAINER">
- <att name="VariableName" value="ShipOrderResponse"/>
- <att name="VariableSpecification" value="MessageType=sws:ShipOrderResponse"/>
- <att name="objectId" value="117373504324610849"/>
- </node>
- </graph>
- </att>
- <att>
- <graph id="42" name="CORRELATION_CONTAINERS">
- <att name="CorrSetCount" value="2"/>
- <node id="43" name="CORRELATION_CONTAINER">
- <att name="SetName" value="CustomerCorrelationSet"/>
- <att name="SetProperties" value="poNumber=http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl;customerNumber=http://docs.active-endpoints.com/activebpel/sample/wsdl/bpelretailer/2006/04/BPELRetailer.wsdl"/>
- <att name="objectId" value="117373504324610855"/>
- </node>
- <node id="44" name="CORRELATION_CONTAINER">
- <att name="SetName" value="OrderManagerCorrelationSet"/>
- <att name="SetProperties" value="orderNumber=http://docs.active-endpoints.com/activebpel/sample/wsdl/ordermanager/2006/04/OrderManager.wsdl"/>
- <att name="objectId" value="117373504324610857"/>
- </node>
- </graph>
- </att>
- <att>
- <graph id="45" name="SCOPE_ACTIVITY">
- <att name="text" value="Process Activities"/>
- <att>
- <graph id="46" name="SEQUENCE">
- <att name="objectId" value="117373504333910925"/>
- <att name="location" value="LOC {5,5}"/>
- <att name="size" value="DIM {570,1761}"/>
- <att name="gap" value="50"/>
- <node id="47" name="RECEIVE">
- <att name="objectId" value="117373504335510927"/>
- <att name="size" value="DIM {185,56}"/>
- <att name="name" value="ReceiveCustomerOrder"/>
- <att name="partnerLink" value="Customer"/>
- <att name="operation" value="SubmitOrder"/>
- <att name="correlations" value="CustomerCorrelationSet,yes#false"/>
- <att name="createInstance" value="true"/>
- <att name="variable" value="SubmitOrderRequest"/>
- <att name="fromParts" value="0"/>
- </node>
- <att>
- <graph id="48" name="ASSIGN">
- <att name="objectId" value="117623753602612073"/>
- <att name="size" value="DIM {203,56}"/>
- <att name="name" value="AssignDataForNormalReply"/>
- <att name="copy" value="1"/>
- <att name="validateVars" value="false"/>
- <node id="49" name="ASSIGN_COPY">
- <att name="fromExpression" value="true()"/>
- <att name="fromType" value="3"/>
- <att name="objectId" value="117623753602612074"/>
- <att name="toVariable" value="SubmitOrderResponse"/>
- <att name="toPart" value="Document"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- </graph>
- </att>
- <node id="50" name="REPLY">
- <att name="objectId" value="117623753602612075"/>
- <att name="size" value="DIM {212,56}"/>
- <att name="name" value="AcknowledgeReceiptOfOrder"/>
- <att name="partnerLink" value="Customer"/>
- <att name="operation" value="SubmitOrder"/>
- <att name="variable" value="SubmitOrderResponse"/>
- <att name="toParts" value="0"/>
- </node>
- <att>
- <graph id="51" name="SCOPE">
- <att name="objectId" value="117373504335510977"/>
- <att name="size" value="DIM {550,1376}"/>
- <att name="exitStandardFaultScope" value=""/>
- <att name="showTerminationHandler" value="false"/>
- <node id="52" name="VARIABLE_CONTAINERS">
- <att name="VariableCount" value="0"/>
- </node>
- <node id="53" name="CORRELATION_CONTAINERS">
- <att name="CorrSetCount" value="0"/>
- </node>
- <node id="54" name="PARTNER_LINKS">
- <att name="PartnerLinkCount" value="0"/>
- </node>
- <att>
- <graph id="55" name="SCOPE_ACTIVITY">
- <att name="objectId" value="117373504335510985"/>
- <att name="size" value="DIM {520,1308}"/>
- <att>
- <graph id="56" name="SEQUENCE">
- <att name="objectId" value="117373504335511021"/>
- <att name="location" value="LOC {5,5}"/>
- <att name="size" value="DIM {500,1260}"/>
- <att name="gap" value="50"/>
- <att>
- <graph id="57" name="ASSIGN">
- <att name="objectId" value="117373504335511023"/>
- <att name="size" value="DIM {196,56}"/>
- <att name="name" value="AssignDataForSalesOrder"/>
- <att name="copy" value="1"/>
- <att name="validateVars" value="false"/>
- <node id="58" name="ASSIGN_COPY">
- <att name="fromVariable" value="SubmitOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117373504335511025"/>
- <att name="toVariable" value="SalesOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- </graph>
- </att>
- <att>
- <graph id="59" name="SCOPE">
- <att name="objectId" value="117468359456116045"/>
- <att name="size" value="DIM {480,345}"/>
- <att name="name" value="CreateSalesOrder"/>
- <att name="exitStandardFaultScope" value=""/>
- <att name="showTerminationHandler" value="false"/>
- <att name="showCompensator" value="true"/>
- <node id="60" name="VARIABLE_CONTAINERS">
- <att name="VariableCount" value="0"/>
- </node>
- <node id="61" name="CORRELATION_CONTAINERS">
- <att name="CorrSetCount" value="0"/>
- </node>
- <node id="62" name="PARTNER_LINKS">
- <att name="PartnerLinkCount" value="0"/>
- </node>
- <att>
- <graph id="63" name="SCOPE_ACTIVITY">
- <att name="objectId" value="117468359456116053"/>
- <att name="size" value="DIM {180,109}"/>
- <node id="64" name="INVOKE">
- <att name="objectId" value="117373504335511027"/>
- <att name="location" value="LOC {5,5}"/>
- <att name="size" value="DIM {159,56}"/>
- <att name="name" value="CreateSalesOrder"/>
- <att name="partnerLink" value="OrderManager"/>
- <att name="operation" value="CreateSalesOrder"/>
- <att name="correlations" value="OrderManagerCorrelationSet,yes,response#true"/>
- <att name="inputVariable" value="SalesOrderRequest"/>
- <att name="outputVariable" value="SalesOrderResponse"/>
- <att name="fromParts" value="0"/>
- <att name="toParts" value="0"/>
- </node>
- </graph>
- </att>
- <node id="65" name="SCOPE_FAULTHANDLER">
- <att name="objectId" value="117468359456116057"/>
- </node>
- <node id="66" name="SCOPE_EVENTHANDLER">
- <att name="objectId" value="117468359456116059"/>
- </node>
- <node id="67" name="SCOPE_TERMINATIONHANDLER">
- <att name="objectId" value="117468359456116061"/>
- </node>
- <att>
- <graph id="68" name="SCOPE_COMPENSATOR">
- <att name="objectId" value="117468359456116055"/>
- <att name="size" value="DIM {270,277}"/>
- <att>
- <graph id="69" name="SEQUENCE">
- <att name="objectId" value="117373504335511013"/>
- <att name="location" value="LOC {5,5}"/>
- <att name="size" value="DIM {250,229}"/>
- <att name="gap" value="50"/>
- <att>
- <graph id="70" name="ASSIGN">
- <att name="objectId" value="117373504335511015"/>
- <att name="size" value="DIM {228,56}"/>
- <att name="name" value="AssignDataForCancelSalesOrder"/>
- <att name="copy" value="3"/>
- <att name="validateVars" value="false"/>
- <node id="71" name="ASSIGN_COPY">
- <att name="fromLiteral" value="<ord:cancelOrder xmlns:ord="http://schemas.active-endpoints.com/sample/customerorder/2006/04/CustomerOrder.xsd"> <ord:orderInquiry> <ord:customerNumber></ord:customerNumber> <ord:poNumber></ord:poNumber> </ord:orderInquiry> </ord:cancelOrder>"/>
- <att name="fromType" value="4"/>
- <att name="objectId" value="117382100174303791"/>
- <att name="toVariable" value="CancelOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="72" name="ASSIGN_COPY">
- <att name="fromVariable" value="SalesOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ord:header/ord:customerNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117382100174303787"/>
- <att name="toVariable" value="CancelOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="ord:orderInquiry/ord:customerNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="73" name="ASSIGN_COPY">
- <att name="fromVariable" value="SalesOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ord:header/ord:poNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117382100174303789"/>
- <att name="toVariable" value="CancelOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="ord:orderInquiry/ord:poNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- </graph>
- </att>
- <node id="74" name="INVOKE">
- <att name="objectId" value="117373504335511019"/>
- <att name="size" value="DIM {158,56}"/>
- <att name="name" value="CancelSalesOrder"/>
- <att name="partnerLink" value="OrderManager"/>
- <att name="operation" value="CancelOrder"/>
- <att name="inputVariable" value="CancelOrderRequest"/>
- <att name="outputVariable" value="CancelOrderResponse"/>
- <att name="fromParts" value="0"/>
- <att name="toParts" value="0"/>
- </node>
- </graph>
- </att>
- </graph>
- </att>
- </graph>
- </att>
- <node id="75" name="RECEIVE">
- <att name="objectId" value="117373504335511029"/>
- <att name="size" value="DIM {259,56}"/>
- <att name="name" value="WaitForNotificationFromOrderManager"/>
- <att name="partnerLink" value="OrderManager"/>
- <att name="operation" value="SendSalesOrderNotification"/>
- <att name="correlations" value="OrderManagerCorrelationSet,no#false"/>
- <att name="variable" value="SendSalesOrderNotificationRequest"/>
- <att name="fromParts" value="0"/>
- </node>
- <att>
- <graph id="76" name="ASSIGN">
- <att name="objectId" value="117373504335511031"/>
- <att name="size" value="DIM {300,56}"/>
- <att name="name" value="AssignDataForOrderManagerAcknowledgement"/>
- <att name="copy" value="1"/>
- <att name="validateVars" value="false"/>
- <node id="77" name="ASSIGN_COPY">
- <att name="fromExpression" value="true()"/>
- <att name="fromType" value="3"/>
- <att name="objectId" value="117373504335511033"/>
- <att name="toVariable" value="SendSalesOrderNotificationResponse"/>
- <att name="toPart" value="Document"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- </graph>
- </att>
- <node id="78" name="REPLY">
- <att name="objectId" value="117373504335511035"/>
- <att name="size" value="DIM {206,56}"/>
- <att name="name" value="AcknowledgeOrderManager"/>
- <att name="partnerLink" value="OrderManager"/>
- <att name="operation" value="SendSalesOrderNotification"/>
- <att name="variable" value="SendSalesOrderNotificationResponse"/>
- <att name="toParts" value="0"/>
- </node>
- <att>
- <graph id="79" name="ASSIGN">
- <att name="objectId" value="117373504335511037"/>
- <att name="size" value="DIM {191,56}"/>
- <att name="name" value="AssignDataForShipOrder"/>
- <att name="copy" value="4"/>
- <att name="validateVars" value="false"/>
- <node id="80" name="ASSIGN_COPY">
- <att name="fromLiteral" value="<ship:shippingRequest xmlns:ship="http://schemas.active-endpoints.com/sample/shipping/2006/04/Shipping.xsd"> <ship:customerNumber></ship:customerNumber> <ship:poNumber></ship:poNumber> <ship:orderNumber></ship:orderNumber> </ship:shippingRequest>"/>
- <att name="fromType" value="4"/>
- <att name="objectId" value="117381962974701999"/>
- <att name="toVariable" value="ShipOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="81" name="ASSIGN_COPY">
- <att name="fromVariable" value="SalesOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ord:header/ord:customerNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117381962974701993"/>
- <att name="toVariable" value="ShipOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="ship:customerNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="82" name="ASSIGN_COPY">
- <att name="fromVariable" value="SalesOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ord:header/ord:poNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117381962974701995"/>
- <att name="toVariable" value="ShipOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="ship:poNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="83" name="ASSIGN_COPY">
- <att name="fromVariable" value="SendSalesOrderNotificationRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ordmgr:orderNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117381962974701997"/>
- <att name="toVariable" value="ShipOrderRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="ship:orderNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- </graph>
- </att>
- <node id="84" name="INVOKE">
- <att name="objectId" value="117373504335511045"/>
- <att name="size" value="DIM {121,56}"/>
- <att name="name" value="ShipOrder"/>
- <att name="partnerLink" value="Shipper"/>
- <att name="operation" value="ShipOrder"/>
- <att name="inputVariable" value="ShipOrderRequest"/>
- <att name="outputVariable" value="ShipOrderResponse"/>
- <att name="fromParts" value="0"/>
- <att name="toParts" value="0"/>
- </node>
- <att>
- <graph id="85" name="ASSIGN">
- <att name="objectId" value="117373504335511047"/>
- <att name="size" value="DIM {232,56}"/>
- <att name="name" value="AssignDataForOrderConfirmation"/>
- <att name="copy" value="4"/>
- <att name="validateVars" value="false"/>
- <node id="86" name="ASSIGN_COPY">
- <att name="fromLiteral" value="<cust:orderConfirmation xmlns:cust="http://schemas.active-endpoints.com/sample/customer/2006/04/Customer.xsd"> <cust:customerNumber></cust:customerNumber> <cust:poNumber></cust:poNumber> <cust:orderNumber></cust:orderNumber> </cust:orderConfirmation>"/>
- <att name="fromType" value="4"/>
- <att name="objectId" value="117638692243704189"/>
- <att name="toVariable" value="SendOrderConfirmationRequest"/>
- <att name="toPart" value="Document"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="87" name="ASSIGN_COPY">
- <att name="fromVariable" value="SalesOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ord:header/ord:customerNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117638690585604183"/>
- <att name="toVariable" value="SendOrderConfirmationRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="cust:customerNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="88" name="ASSIGN_COPY">
- <att name="fromVariable" value="SalesOrderRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ord:header/ord:poNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117638690585604185"/>
- <att name="toVariable" value="SendOrderConfirmationRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="cust:poNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- <node id="89" name="ASSIGN_COPY">
- <att name="fromVariable" value="SendSalesOrderNotificationRequest"/>
- <att name="fromPart" value="Document"/>
- <att name="fromQuery" value="ordmgr:orderNumber"/>
- <att name="fromType" value="0"/>
- <att name="objectId" value="117638690585604187"/>
- <att name="toVariable" value="SendOrderConfirmationRequest"/>
- <att name="toPart" value="Document"/>
- <att name="toQuery" value="cust:orderNumber"/>
- <att name="ignoreMissingFromData" value="false"/>
- </node>
- </graph>
- </att>
- <node id="90" name="INVOKE">
- <att name="objectId" value="117373504335511057"/>
- <att name="size" value="DIM {186,56}"/>
- <att name="name" value="SendOrderConfirmation"/>
- <att name="partnerLink" value="Customer"/>
- <att name="operation" value="SendOrderConfirmation"/>
- <att name="correlations" value="CustomerCorrelationSet,no,request#true"/>
- <att name="inputVariable" value="SendOrderConfirmationRequest"/>
- <att name="outputVariable" value="SendOrderConfirmationResponse"/>
- <att name="fromParts" value="0"/>
- <att name="toParts" value="0"/>
- </node>
- </graph>
- </att>
- </graph>
- </att>
- <node id="91" name="SCOPE_FAULTHANDLER">
- <att name="objectId" value="117373504335510989"/>
- <att name="size" value="DIM {80,109}"/>
- </node>
- <node id="92" name="SCOPE_EVENTHANDLER">
- <att name="objectId" value="117373504335510991"/>
- </node>
- <node id="93" name="SCOPE_TERMINATIONHANDLER">
- <att name="objectId" value="117373504335510993"/>
- </node>
- <node id="94" name="SCOPE_COMPENSATOR">
- <att name="objectId" value="117373504335510987"/>
- <att name="size" value="DIM {80,109}"/>
- </node>
- </graph>
- </att>
- </graph>
- </att>
- </graph>
- </att>
- <node id="95" name="SCOPE_FAULTHANDLER"/>
- <node id="96" name="SCOPE_EVENTHANDLER"/>
- <edge id="0" source="79" target="84">
- <att name="objectId" value="117373504333910911"/>
- <att name="linkName" value="L2"/>
- </edge>
-</graph>
More information about the jboss-svn-commits
mailing list