summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl
index a9f16a12..344e5ce2 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl
+++ b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.wsdl
@@ -24,6 +24,9 @@
<xsd:import namespace="http://www.egiz.gv.at/stal" schemaLocation="stal.xsd"/>
</xsd:schema>
</types>
+ <message name="ConnectRequest">
+ <part name="part1" element="ns:SessionId"/>
+ </message>
<message name="NextRequestRequest">
<part name="part1" element="ns:GetNextRequest"/>
</message>
@@ -40,6 +43,10 @@
<part name="part1" element="ns:GetHashDataInputFault"/>
</message>
<portType name="STALPortType">
+ <operation name="connect">
+ <input name="input3" message="tns:ConnectRequest"/>
+ <output name="output3" message="tns:NextRequestResponse"/>
+ </operation>
<operation name="nextRequest">
<input name="input1" message="tns:NextRequestRequest"/>
<output name="output1" message="tns:NextRequestResponse"/>
@@ -52,6 +59,14 @@
</portType>
<binding name="STALBinding" type="tns:STALPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <operation name="connect">
+ <input name="input3">
+ <soap:body use="literal"/>
+ </input>
+ <output name="output3">
+ <soap:body use="literal"/>
+ </output>
+ </operation>
<operation name="nextRequest">
<soap:operation/>
<input name="input1">