Commit 7bd8c50f authored by Tiemo Bang's avatar Tiemo Bang

Changed input

parent 5d4341d0
......@@ -39,7 +39,7 @@
<bpel:variables>
<!-- Reference to the message passed as input during initiation -->
<bpel:variable name="input"
messageType="tns:ConductOrder84RequestMessage">
messageType="ns:storeOrderDetailsInput">
</bpel:variable>
<!--
......@@ -147,13 +147,7 @@
<bpel:sequence>
<bpel:assign validate="no" name="SetProductIdForAvaCheck">
<bpel:copy>
<bpel:from><bpel:literal><tns:ConductOrder84Request xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:input>tns:input</tns:input>
</tns:ConductOrder84Request>
</bpel:literal></bpel:from>
<bpel:to variable="input" part="payload"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from><bpel:literal><tns:checkAvailability xmlns:tns="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:productId>tns:productId</tns:productId>
......
......@@ -30,7 +30,7 @@
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#/"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension" modificationStamp="1478959255449" processName="{group12}ConductOrder84" processVersion="4"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension" modificationStamp="1478965055208" processName="{group12}ConductOrder84" processVersion="10"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.1"/>
......@@ -80,10 +80,6 @@
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.3/@activity/@activity/@activities.1"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.3/@activity/@activity/@activities.0/@copy.2"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.3/@activity/@activity/@activities.0/@copy.1"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
......
......@@ -7624,4 +7624,28 @@
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="assign" elementName="shipDate" elementXPath="/process/sequence[1]/assign[5]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-12T16:35:34.567+0100">
<containingElement elementType="variable" elementName="input" elementXPath="/process/variables[1]/variable[1]"/>
<attribute attributeName="messageType" oldValue="tns:ConductOrder84RequestMessage" newValue="ns:storeOrderDetailsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-12T16:35:34.586+0100">
<containingElement elementType="variable" elementName="input" elementXPath="/process/variables[1]/variable[1]"/>
<attribute attributeName="type" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-12T16:35:34.587+0100">
<containingElement elementType="variable" elementName="input" elementXPath="/process/variables[1]/variable[1]"/>
<attribute attributeName="element" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-12T16:37:31.523+0100">
<parentElement elementType="assign" elementName="SetProductIdForAvaCheck" elementXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]/assign[1]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]/assign[1]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-12T16:37:31.523+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]/assign[1]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-12T16:37:31.523+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
</modelChange>
</bplog:Log>
......@@ -27,7 +27,23 @@
<element name="ConductOrder84Request">
<complexType>
<sequence>
<element name="input" type="string"/>
<element name="input" type="string" />
<element name="products" maxOccurs="1" minOccurs="0">
<complexType>
<sequence>
<element name="product" minOccurs="1" maxOccurs="unbounded">
<complexType>
<sequence>
<element name="productId" type="xsd:string"/>
<element name="numberOfItems" type="xsd:integer"/>
</sequence>
<anyAttribute/>
</complexType>
</element>
</sequence>
<anyAttribute/>
</complexType>
</element>
</sequence>
</complexType>
</element>
......@@ -39,6 +55,10 @@
</sequence>
</complexType>
</element>
<complexType name="product">
</complexType>
</schema>
</types>
......@@ -48,7 +68,7 @@
part of the port type defintions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<message name="ConductOrder84RequestMessage">
<part element="tns:ConductOrder84Request" name="payload"/>
<part element="tns:ConductOrder84Request" name="payload" />
</message>
<message name="ConductOrder84ResponseMessage">
<part element="tns:ConductOrder84Response" name="payload"/>
......@@ -62,7 +82,7 @@
<!-- portType implemented by the ConductOrder84 BPEL process -->
<portType name="ConductOrder84">
<operation name="process">
<input message="tns:ConductOrder84RequestMessage"/>
<input message="wsdl:storeOrderDetailsInput"/>
<output message="tns:ConductOrder84ResponseMessage"/>
</operation>
</portType>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment