aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/zusemsg/app2zuse_p2.wsdl
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-08 07:25:59 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-08 07:25:59 +0200
commit648632858c007b361476953d0b3019c410a75fb7 (patch)
treeb9ec2879f506234415dfa6918c8424f33ccf562b /src/main/resources/zusemsg/app2zuse_p2.wsdl
parent6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0 (diff)
downloadmoa-zs-648632858c007b361476953d0b3019c410a75fb7.tar.gz
moa-zs-648632858c007b361476953d0b3019c410a75fb7.tar.bz2
moa-zs-648632858c007b361476953d0b3019c410a75fb7.zip
Add app2zuse WSDL and Friends
Diffstat (limited to 'src/main/resources/zusemsg/app2zuse_p2.wsdl')
-rw-r--r--src/main/resources/zusemsg/app2zuse_p2.wsdl60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/main/resources/zusemsg/app2zuse_p2.wsdl b/src/main/resources/zusemsg/app2zuse_p2.wsdl
new file mode 100644
index 0000000..013e121
--- /dev/null
+++ b/src/main/resources/zusemsg/app2zuse_p2.wsdl
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:msg="http://reference.e-government.gv.at/namespace/zustellung/msg/phase2/20181206#" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:service="http://reference.e-government.gv.at/namespace/zustellung/app2zuse/phase2/20181206#" targetNamespace="http://reference.e-government.gv.at/namespace/zustellung/app2zuse/phase2/20181206#">
+ <wsdl:types>
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1">
+ <xs:import namespace="http://reference.e-government.gv.at/namespace/zustellung/msg/phase2/20181206#" schemaLocation="zuse_p2.xsd"/>
+ </xs:schema>
+ </wsdl:types>
+ <wsdl:message name="DeliveryRequest">
+ <wsdl:part name="DeliveryRequest" element="msg:DeliveryRequest">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="DeliveryResponse">
+ <wsdl:part name="DeliveryResponse" element="msg:DeliveryResponse">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="GetVersionRequest">
+ <wsdl:part name="GetVersionRequest" element="msg:GetVersionRequest">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="GetVersionResponse">
+ <wsdl:part name="GetVersionResponse" element="msg:GetVersionResponse">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:portType name="App2ZusePort">
+ <wsdl:operation name="Delivery">
+ <wsdl:input name="DeliveryRequest" message="service:DeliveryRequest"/>
+ <wsdl:output name="DeliveryResponse" message="service:DeliveryResponse"/>
+ </wsdl:operation>
+ <wsdl:operation name="GetVersion">
+ <wsdl:input name="GetVersionRequest" message="service:GetVersionRequest"/>
+ <wsdl:output name="GetVersionResponse" message="service:GetVersionResponse"/>
+ </wsdl:operation>
+ </wsdl:portType>
+ <wsdl:binding name="App2ZusePortSoap12" type="service:App2ZusePort">
+ <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="Delivery">
+ <soap12:operation soapAction="Delivery" soapActionRequired="false"/>
+ <wsdl:input name="DeliveryRequest">
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="DeliveryResponse">
+ <soap12:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="GetVersion">
+ <soap12:operation soapAction="GetVersion" soapActionRequired="false"/>
+ <wsdl:input name="GetVersionRequest">
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="GetVersionResponse">
+ <soap12:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+ <wsdl:service name="App2ZusePortService">
+ <wsdl:port name="App2ZusePortSoap12" binding="service:App2ZusePortSoap12">
+ <soap12:address location="/zuse"/>
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>