summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/mzs/app2mzs.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/wsdl/mzs/app2mzs.wsdl')
-rw-r--r--src/main/resources/wsdl/mzs/app2mzs.wsdl46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/mzs/app2mzs.wsdl b/src/main/resources/wsdl/mzs/app2mzs.wsdl
new file mode 100644
index 0000000..1667809
--- /dev/null
+++ b/src/main/resources/wsdl/mzs/app2mzs.wsdl
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions
+ name="app2mzs"
+ targetNamespace="http://reference.e-government.gv.at/namespace/app2mzs.wsdl"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
+ xmlns:mzs="http://reference.e-government.gv.at/namespace/moazs10/app2mzs#"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://reference.e-government.gv.at/namespace/app2mzs.wsdl"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsd:schema targetNamespace="http://reference.e-government.gv.at/namespace/app2mzs.wsdl">
+ <xsd:import schemaLocation="app2mzs.xsd" namespace="http://reference.e-government.gv.at/namespace/moazs10/app2mzs#" />
+ </xsd:schema>
+
+
+ <message name="DeliveryRequest">
+ <part name="DeliveryRequest" element="mzs:DeliveryRequest"/>
+ </message>
+ <message name="DeliveryResponse">
+ <part name="DeliveryResponse" element="mzs:DeliveryResponse"/>
+ </message>
+ <portType name="app2mzsPortType">
+ <operation name="app2mzs">
+ <input message="tns:DeliveryRequest"/>
+ <output message="tns:DeliveryResponse"/>
+ </operation>
+ </portType>
+ <binding name="app2mzsBinding" type="tns:app2mzsPortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <operation name="app2mzs">
+ <soap:operation soapAction="" style="document"/>
+ <input>
+ <soap:body parts="DeliveryRequest" use="literal"/>
+ </input>
+ <output>
+ <soap:body parts="DeliveryResponse" use="literal"/>
+ </output>
+ </operation>
+ </binding>
+ <service name="app2mzs">
+ <port binding="tns:app2mzsBinding" name="app2mzsPort">
+ <soap:address location="http://localhost:8080/moa-zs/services/DeliveryRequest"/>
+ </port>
+ </service>
+</definitions>