Commit 97cc7797 authored by Tiemo Bang's avatar Tiemo Bang

Init

parents
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ConductOrder84</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.bpel.validator.builder</name>
<arguments>
<dictionary>
<key>debug</key>
<value>false</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="ConductOrder84">
<wb-resource deploy-path="/" source-path="/rev0"/>
</wb-module>
</project-modules>
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="bpel.facet.core"/>
<installed facet="bpel.facet.core" version="2.0"/>
</faceted-project>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<bpdb:Debug xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:bpdb="http://simtech.de/bpel/debug" processName="ConductOrder84" processPath="C:\Users\bangt\Desktop\bpnm_eclipse\workspace\ConductOrder84\rev0\ConductOrder84.bpel">
<globalBreakpoints>
<breakpoint name="" targetXPath="/process" targetName="ConductOrder84"/>
</globalBreakpoints>
<localBreakpoints/>
</bpdb:Debug>
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="group12" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" xmlns:wsdl="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ConductOrder84" targetNamespace="group12">
<plnk:partnerLinkType name="InventoryPLT">
<plnk:role name="InventoryService" portType="wsdl:InventoryPortType"/>
</plnk:partnerLinkType>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TYPE DEFINITION - List of types participating in this BPEL process
The BPEL Designer will generate default request and response types
but you can define or import any XML Schema type and use them as part
of the message types.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<plnk:partnerLinkType name="OrderPLT">
<plnk:role name="OrderService" portType="wsdl:OrderPortType"/>
</plnk:partnerLinkType>
<plnk:partnerLinkType name="ShipmentPLT">
<plnk:role name="ShipmentService" portType="wsdl:ShipmentPortType"/>
</plnk:partnerLinkType>
<plnk:partnerLinkType name="PaymentPLT">
<plnk:role name="PaymentService" portType="wsdl:PaymentPortType"/>
</plnk:partnerLinkType>
<plnk:partnerLinkType name="InventoryCallbackPLT">
<plnk:role name="InventroyCallerService" portType="wsdl:InventoryCallbackPortType"/>
</plnk:partnerLinkType>
<plnk:partnerLinkType name="InventroyCallbackPLT">
<plnk:role name="InventroyCaller" portType="wsdl:InventoryCallbackPortType"/>
</plnk:partnerLinkType>
<import location="46.101.159.46.wsdl" namespace="http://iaas.uni-stuttgart.de/labs/FlowSOG"/>
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="group12">
<element name="ConductOrder84Request">
<complexType>
<sequence>
<element name="input" type="string"/>
<element maxOccurs="1" minOccurs="0" name="products">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="1" name="product">
<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>
<element name="ConductOrder84Response">
<complexType>
<sequence>
<element name="result" type="string"/>
<element name="price" type="decimal"/>
</sequence>
</complexType>
</element>
</schema>
</types>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MESSAGE TYPE DEFINITION - Definition of the message types used as
part of the port type defintions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<message name="ConductOrder84RequestMessage">
<part element="tns:ConductOrder84Request" name="payload"/>
</message>
<message name="ConductOrder84ResponseMessage">
<part element="tns:ConductOrder84Response" name="payload"/>
</message>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PORT TYPE DEFINITION - A port type groups a set of operations into
a logical service unit.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- portType implemented by the ConductOrder84 BPEL process -->
<portType name="ConductOrder84">
<operation name="process">
<input message="wsdl:storeOrderDetailsInput"/>
<output message="tns:ConductOrder84ResponseMessage"/>
</operation>
</portType>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PARTNER LINK TYPE DEFINITION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<plnk:partnerLinkType name="ConductOrder84">
<plnk:role name="ConductOrder84Provider" portType="tns:ConductOrder84"/>
</plnk:partnerLinkType>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BINDING DEFINITION - Defines the message format and protocol details
for a web service.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<binding name="ConductOrder84Binding" type="tns:ConductOrder84">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="process">
<soap:operation soapAction="group12/process"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SERVICE DEFINITION - A service groups a set of ports into
a service unit.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<service name="ConductOrder84Service">
<port binding="tns:ConductOrder84Binding" name="ConductOrder84Port">
<soap:address location="http://localhost:8080/ode/processes/ConductOrder84"/>
</port>
</service>
</definitions>
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:tns="http://iaas.uni-stuttgart.de/labs/FlowSOG">
<xsl:template match="/tns:storeOrderDetails">
<tns:checkAvailabilityAsync xmlns:tns="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:customerId>
<xsl:value-of select="tns:customerId"/>
</tns:customerId>
<tns:callbackUrl></tns:callbackUrl>
<xsl:for-each select="tns:products/tns:product">
<tns:productId>
<xsl:value-of select="tns:productId"/>
</tns:productId>
</xsl:for-each>
</tns:checkAvailabilityAsync>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:FlowSOG="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:group12="group12">
<process name="group12:ConductOrder84">
<metaData>
<mdProperty name="version" value="7326"/>
</metaData>
<active>true</active>
<retired>false</retired>
<process-events generate="all"/>
<provide partnerLink="client">
<service name="group12:ConductOrder84Service" port="ConductOrder84Port"/>
</provide>
<provide partnerLink="InventroyCallBackPL">
<service name="FlowSOG:InventoryCallbackService" port="InventoryCallbackPort"/>
</provide>
<invoke partnerLink="InventoryPL">
<service name="FlowSOG:InventoryService" port="InventoryPort"/>
</invoke>
<invoke partnerLink="OrderPL">
<service name="FlowSOG:OrderService" port="OrderPort"/>
</invoke>
<invoke partnerLink="ShipmentPL">
<service name="FlowSOG:ShipmentService" port="ShipmentPort"/>
</invoke>
<invoke partnerLink="PaymentPL">
<service name="FlowSOG:PaymentService" port="PaymentPort"/>
</invoke>
</process>
</deploy>
\ No newline at end of file
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