Commit 29ae55fd authored by Tiemo Bang's avatar Tiemo Bang

Progress

parent a19cad91
This diff is collapsed.
This diff is collapsed.
......@@ -4,7 +4,6 @@
<breakpoint name="" targetXPath="/process" targetName="ConductOrder84"/>
</globalBreakpoints>
<localBreakpoints>
<breakpoint name="" targetXPath="/process/sequence[1]/invoke[1]" targetName="listProducts"/>
<breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]/scope[1]"/>
<breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]" targetName="ForEach"/>
<breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]"/>
......
This diff is collapsed.
......@@ -23,7 +23,6 @@
<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>
......@@ -51,14 +50,12 @@
<element name="ConductOrder84Response">
<complexType>
<sequence>
<element name="result" type="string"/>
<element name="result" type="string" />
<element name="price" type="decimal"></element>
</sequence>
</complexType>
</element>
<complexType name="product">
</complexType>
</schema>
</types>
......
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