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 @@ ...@@ -4,7 +4,6 @@
<breakpoint name="" targetXPath="/process" targetName="ConductOrder84"/> <breakpoint name="" targetXPath="/process" targetName="ConductOrder84"/>
</globalBreakpoints> </globalBreakpoints>
<localBreakpoints> <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]/scope[1]"/>
<breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]" targetName="ForEach"/> <breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]" targetName="ForEach"/>
<breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]"/> <breakpoint name="" targetXPath="/process/sequence[1]/forEach[1]/scope[1]/sequence[1]"/>
......
This diff is collapsed.
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
<import location="46.101.159.46.wsdl" namespace="http://iaas.uni-stuttgart.de/labs/FlowSOG"/> <import location="46.101.159.46.wsdl" namespace="http://iaas.uni-stuttgart.de/labs/FlowSOG"/>
<types> <types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="group12"> <schema xmlns="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="group12">
<element name="ConductOrder84Request"> <element name="ConductOrder84Request">
<complexType> <complexType>
<sequence> <sequence>
...@@ -51,14 +50,12 @@ ...@@ -51,14 +50,12 @@
<element name="ConductOrder84Response"> <element name="ConductOrder84Response">
<complexType> <complexType>
<sequence> <sequence>
<element name="result" type="string"/> <element name="result" type="string" />
<element name="price" type="decimal"></element>
</sequence> </sequence>
</complexType> </complexType>
</element> </element>
<complexType name="product">
</complexType>
</schema> </schema>
</types> </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