aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-03 10:36:30 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-03 10:40:10 +0200
commitaf4c0f6ef346ba3bcb8eb2000a3df5fd123851d9 (patch)
treec8bd9c3a63e42349ceef4d31c7ce9d75281e7358 /src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl
parentb20ce8edab2cbe947337f2194575f898277df938 (diff)
downloadmoa-zs-af4c0f6ef346ba3bcb8eb2000a3df5fd123851d9.tar.gz
moa-zs-af4c0f6ef346ba3bcb8eb2000a3df5fd123851d9.tar.bz2
moa-zs-af4c0f6ef346ba3bcb8eb2000a3df5fd123851d9.zip
Cleanup WSDL resources
- Switch to mzs1.5.3-rc1 and rename to mzs 2.0.0 - remove app2mzs scheme sources from other versions
Diffstat (limited to 'src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl')
-rw-r--r--src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl b/src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl
deleted file mode 100644
index 2982d65..0000000
--- a/src/main/resources/mzs1.4.1/app2mzs.plsdl/zusemsgapp2zuse.wsdl
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- targetNamespace="http://reference.e-government.gv.at/namespace/zustellung/app2zuse#wsdl"
- xmlns:zuse="http://reference.e-government.gv.at/namespace/zustellung/msg"
- xmlns:tns="http://reference.e-government.gv.at/namespace/zustellung/app2zuse#wsdl">
-
- <!-- import schema -->
- <import location="zuse.xsd" namespace="http://reference.e-government.gv.at/namespace/zustellung/msg"/>
-
- <!-- messages -->
- <message name="DeliveryRequest">
- <part name="DeliveryRequest" element="zuse:DeliveryRequest"/>
- </message>
- <message name="DeliveryResponse">
- <part name="DeliveryResponse" element="zuse:DeliveryResponse"/>
- </message>
-
- <!-- ports -->
- <portType name="app2zusePortType">
- <operation name="app2zuseOperation">
- <input message="tns:DeliveryRequest"/>
- <output message="tns:DeliveryResponse"/>
- </operation>
- </portType>
-
- <!-- bindings -->
- <binding name="app2zuseBinding" type="tns:app2zusePortType">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="app2zuseOperation">
- <soap:operation soapAction="" style="document"/>
- <input>
- <mime:multipartRelated>
- <mime:part>
- <soap:body parts="DeliveryRequest" use="literal"/>
- </mime:part>
- </mime:multipartRelated>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
-
- <!-- services -->
- <service name="app2zuseService">
- <port name="app2zusePortType" binding="tns:app2zuseBinding">
- <soap:address location="http://localhost:8080/storkgw/app2zuse"/>
- </port>
- </service>
-</definitions>