aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/zusemsg
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/zusemsg')
-rw-r--r--src/main/resources/zusemsg/zuse2app_p2.wsdl81
1 files changed, 81 insertions, 0 deletions
diff --git a/src/main/resources/zusemsg/zuse2app_p2.wsdl b/src/main/resources/zusemsg/zuse2app_p2.wsdl
new file mode 100644
index 0000000..d50c3cc
--- /dev/null
+++ b/src/main/resources/zusemsg/zuse2app_p2.wsdl
@@ -0,0 +1,81 @@
+<?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" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
+ <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="DeliveryNotification">
+ <wsdl:part name="DeliveryNotification" element="msg:DeliveryNotification">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="DeliveryNotificationACK">
+ <wsdl:part name="DeliveryNotificationACK" element="msg:DeliveryNotificationACK">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="DeliveryRequestStatus">
+ <wsdl:part name="DeliveryRequestStatus" element="msg:DeliveryRequestStatus">
+ </wsdl:part>
+ </wsdl:message>
+ <wsdl:message name="DeliveryRequestStatusACK">
+ <wsdl:part name="DeliveryRequestStatusACK" element="msg:DeliveryRequestStatusACK">
+ </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="Zuse2AppPort">
+ <wsdl:operation name="Notification">
+ <wsdl:input name="DeliveryNotification" message="service:DeliveryNotification"/>
+ <wsdl:output name="DeliveryNotificationACK" message="service:DeliveryNotificationACK"/>
+ </wsdl:operation>
+ <wsdl:operation name="Status">
+ <wsdl:input name="DeliveryRequestStatus" message="service:DeliveryRequestStatus"/>
+ <wsdl:output name="DeliveryRequestStatusACK" message="service:DeliveryRequestStatusACK"/>
+ </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="Zuse2AppPortSoap12" type="service:Zuse2AppPort">
+ <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="Notification">
+ <soap12:operation soapAction="Notification" soapActionRequired="false"/>
+ <wsdl:input name="DeliveryNotification">
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="DeliveryNotificationACK">
+ <soap12:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="Status">
+ <soap12:operation soapAction="Status" soapActionRequired="false"/>
+ <wsdl:input name="DeliveryRequestStatus">
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="DeliveryRequestStatusACK">
+ <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="Zuse2AppPortService">
+ <wsdl:port name="Zuse2AppPortSoap12" binding="service:Zuse2AppPortSoap12">
+ <soap12:address location="/zuse"/>
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>