Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
conductOrderSynchron
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiemo Bang
conductOrderSynchron
Commits
d86f908a
Commit
d86f908a
authored
Nov 12, 2016
by
Tiemo Bang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ok Version
parent
29ae55fd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
100 additions
and
93 deletions
+100
-93
ConductOrder84.bpel
rev0/ConductOrder84.bpel
+4
-37
ConductOrder84.bpelex
rev0/ConductOrder84.bpelex
+36
-56
ConductOrder84.log
rev0/ConductOrder84.log
+60
-0
No files found.
rev0/ConductOrder84.bpel
View file @
d86f908a
...
...
@@ -62,7 +62,7 @@
<bpel:variable name="storeOrderDetailsResponse" messageType="ns:storeOrderDetailsOutput"></bpel:variable>
<bpel:variable name="storeOrderDetailsRequest" messageType="ns:storeOrderDetailsInput"></bpel:variable>
<bpel:variable name="unavailableProducts" type="ns:productList"></bpel:variable>
<bpel:variable name="calcOrderResponse" messageType="ns:calcOrderCostsOutput"></bpel:variable>
<bpel:variable name="calcOrderRequest" messageType="ns:calcOrderCostsInput"></bpel:variable>
...
...
@@ -224,35 +224,8 @@
<bpel:assign validate="no" name="Assign">
<bpel:copy>
<bpel:from><bpel:literal><tns:storeOrderDetails xmlns:tns="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:orderId>tns:orderId</tns:orderId>
<tns:customerId>tns:customerId</tns:customerId>
<tns:products>
<tns:product>
<tns:productId>tns:productId</tns:productId>
<tns:numberOfItems>0</tns:numberOfItems>
</tns:product>
</tns:products>
<tns:shippingAddress>tns:shippingAddress</tns:shippingAddress>
<tns:paymentDetails>
<tns:bankName>tns:bankName</tns:bankName>
<tns:bankAddress>tns:bankAddress</tns:bankAddress>
<tns:accountNumber>tns:accountNumber</tns:accountNumber>
<tns:accountHolderName>tns:accountHolderName</tns:accountHolderName>
</tns:paymentDetails>
<tns:status>ordered</tns:status>
</tns:storeOrderDetails>
</bpel:literal></bpel:from>
<bpel:to variable="storeOrderDetailsRequest" part="storeOrderDetailsInput"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from part="storeOrderDetailsInput" variable="input"></bpel:from>
<bpel:to part="storeOrderDetailsInput" variable="storeOrderDetailsRequest"></bpel:to>
</bpel:copy>
</bpel:assign>
<bpel:invoke name="storeOrderDetails" partnerLink="OrderPL" operation="storeOrderDetails" portType="ns:OrderPortType" inputVariable="storeOrderDetailsRequest" outputVariable="storeOrderDetailsResponse"></bpel:invoke>
<bpel:invoke name="storeOrderDetails" partnerLink="OrderPL" operation="storeOrderDetails" portType="ns:OrderPortType" outputVariable="storeOrderDetailsResponse" inputVariable="input"></bpel:invoke>
<bpel:assign validate="no" name="assignOrderID">
...
...
@@ -374,13 +347,7 @@
<bpel:assign validate="no" name="AssignOutput">
<bpel:copy>
<bpel:from><bpel:literal><tns:ConductOrder84Response xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:result>tns:result</tns:result>
</tns:ConductOrder84Response>
</bpel:literal></bpel:from>
<bpel:to variable="output" part="payload"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from part="shipProductsOutput" variable="shipProdctsResponse"></bpel:from>
<bpel:to part="payload" variable="output">
...
...
rev0/ConductOrder84.bpelex
View file @
d86f908a
This diff is collapsed.
Click to expand it.
rev0/ConductOrder84.log
View file @
d86f908a
...
...
@@ -8120,4 +8120,64 @@
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[4]/copy[1]"
/>
<newElement
elementType=
"to"
elementName=
""
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:48:58.185+0100"
>
<parentElement
elementType=
"variables"
elementName=
""
elementXPath=
"/process/variables[1]"
/>
<oldElement
elementType=
"variable"
elementName=
"storeOrderDetailsRequest"
elementXPath=
"/process/variables[1]/variable[6]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:ValueChange"
changeReason=
"AttributeChanged"
timestamp=
"2016-11-12T17:48:58.264+0100"
>
<containingElement
elementType=
"invoke"
elementName=
"storeOrderDetails"
elementXPath=
"/process/sequence[1]/invoke[1]"
/>
<attribute
attributeName=
"inputVariable"
oldValue=
"storeOrderDetailsRequest"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:ValueChange"
changeReason=
"AttributeChanged"
timestamp=
"2016-11-12T17:49:10.291+0100"
>
<containingElement
elementType=
"invoke"
elementName=
"storeOrderDetails"
elementXPath=
"/process/sequence[1]/invoke[1]"
/>
<attribute
attributeName=
"inputVariable"
oldValue=
""
newValue=
"input"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.758+0100"
>
<parentElement
elementType=
"sequence"
elementName=
"main"
elementXPath=
"/process/sequence[1]"
/>
<oldElement
elementType=
"assign"
elementName=
"Assign"
elementXPath=
"/process/sequence[1]/assign[2]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.758+0100"
>
<parentElement
elementType=
"assign"
elementName=
"Assign"
elementXPath=
"/process/sequence[1]/assign[2]"
/>
<oldElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[1]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.758+0100"
>
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[1]"
/>
<oldElement
elementType=
"to"
elementName=
""
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.758+0100"
>
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[1]"
/>
<oldElement
elementType=
"from"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[1]/from[1]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.759+0100"
>
<parentElement
elementType=
"assign"
elementName=
"Assign"
elementXPath=
"/process/sequence[1]/assign[2]"
/>
<oldElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[2]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.759+0100"
>
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[2]"
/>
<oldElement
elementType=
"to"
elementName=
""
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:49:13.759+0100"
>
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[2]"
/>
<oldElement
elementType=
"from"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[2]/copy[1]/from[1]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:ValueChange"
changeReason=
"LiteralRemoved"
timestamp=
"2016-11-12T17:53:43.732+0100"
>
<containingElement
elementType=
"from"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]/from[1]"
/>
<attribute
attributeName=
"literal"
oldValue=
"<tns:ConductOrder84Response xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <tns:result>tns:result</tns:result>
</tns:ConductOrder84Response>"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:ValueChange"
changeReason=
"LiteralAdded"
timestamp=
"2016-11-12T17:53:43.732+0100"
>
<containingElement
elementType=
"from"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]/from[1]"
/>
<attribute
attributeName=
"literal"
newValue=
""
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:53:43.818+0100"
>
<parentElement
elementType=
"assign"
elementName=
"AssignOutput"
elementXPath=
"/process/sequence[1]/assign[4]"
/>
<oldElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:53:43.818+0100"
>
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]"
/>
<oldElement
elementType=
"to"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]/to[1]"
/>
</modelChange>
<modelChange
xsi:type=
"bplog:StructuralChange"
changeReason=
"ElementRemoved"
timestamp=
"2016-11-12T17:53:43.819+0100"
>
<parentElement
elementType=
"copy"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]"
/>
<oldElement
elementType=
"from"
elementName=
""
elementXPath=
"/process/sequence[1]/assign[5]/copy[1]/from[1]"
/>
</modelChange>
</bplog:Log>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment