summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl')
-rw-r--r--src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl b/src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl
new file mode 100644
index 0000000..5f38dfd
--- /dev/null
+++ b/src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://reference.e-government.gv.at/namespace/mandates/mis/2.0/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mis="http://reference.e-government.gv.at/namespace/mandates/mis/2.0/xsd" name="mis" targetNamespace="http://reference.e-government.gv.at/namespace/mandates/mis/2.0/wsdl">
+ <types>
+ <xsd:schema targetNamespace="http://reference.e-government.gv.at/namespace/mandates/mis/2.0/wsdl">
+ <xsd:import namespace="http://reference.e-government.gv.at/namespace/mandates/mis/2.0/xsd" schemaLocation="mis-2.0.0.xsd"/>
+ </xsd:schema>
+ </types>
+ <message name="GetMandatesRequest">
+ <part name="GetMandatesRequest" element="mis:GetMandatesRequest"/>
+ </message>
+ <message name="GetMandatesResponse">
+ <part name="GetMandatesResponse" element="mis:GetMandatesResponse"/>
+ </message>
+ <message name="GetMandatesError">
+ <part name="GetMandatesError" element="mis:GetMandatesError" />
+ </message>
+ <portType name="GetMandatesPortType">
+ <operation name="GetMandatesOperation">
+ <input message="tns:GetMandatesRequest"/>
+ <output message="tns:GetMandatesResponse"/>
+ <fault name="errorMsg" message="tns:GetMandatesError" />
+ </operation>
+ </portType>
+ <binding name="GetMandatesBinding" type="tns:GetMandatesPortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <operation name="GetMandatesOperation">
+ <soap:operation soapAction="mis:GetMandatesPortType#GetMandatesOperation" style="document"/>
+ <input>
+ <soap:body use="literal"/>
+ </input>
+ <output>
+ <soap:body use="literal"/>
+ </output>
+ <fault name="errorMsg" />
+ </operation>
+ </binding>
+ <service name="GetMandatesService">
+ <port name="GetMandatesPort" binding="tns:GetMandatesBinding">
+ <soap:address location="http://localhost:8000/mis/MandateIssue"/>
+ </port>
+ </service>
+</definitions>