aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mzs1.4.1/zuse2app.plsdl/zuseserverzuse2app.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mzs1.4.1/zuse2app.plsdl/zuseserverzuse2app.wsdl')
-rw-r--r--src/main/resources/mzs1.4.1/zuse2app.plsdl/zuseserverzuse2app.wsdl69
1 files changed, 0 insertions, 69 deletions
diff --git a/src/main/resources/mzs1.4.1/zuse2app.plsdl/zuseserverzuse2app.wsdl b/src/main/resources/mzs1.4.1/zuse2app.plsdl/zuseserverzuse2app.wsdl
deleted file mode 100644
index 4ab2112..0000000
--- a/src/main/resources/mzs1.4.1/zuse2app.plsdl/zuseserverzuse2app.wsdl
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://reference.e-government.gv.at/namespace/zuse11/zuse2app.wsdl"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:zuse="http://reference.e-government.gv.at/namespace/zustellung/msg"
- name="zuse2app"
- targetNamespace="http://reference.e-government.gv.at/namespace/zuse11/zuse2app.wsdl">
-
- <import location="zuse.xsd" namespace="http://reference.e-government.gv.at/namespace/zustellung/msg"/>
-
- <message name="DeliveryRequestStatusResponse">
- <part name="DeliveryRequestStatusResponse" element="zuse:DeliveryRequestStatusACK"/>
- </message>
- <message name="DeliveryRequestStatus">
- <part name="DeliveryRequestStatus" element="zuse:DeliveryRequestStatus"/>
- </message>
- <message name="DeliveryNotificationResponse">
- <part name="DeliveryNotificationResponse" element="zuse:DeliveryNotificationACK"/>
- </message>
- <message name="DeliveryNotificationRequest">
- <part name="DeliveryNotificationRequest" element="zuse:DeliveryNotification"/>
- </message>
- <portType name="NotificationPortType">
- <operation name="Notification">
- <input message="tns:DeliveryNotificationRequest"/>
- <output message="tns:DeliveryNotificationResponse"/>
- </operation>
- </portType>
- <portType name="StatusPortType">
- <operation name="Status">
- <input message="tns:DeliveryRequestStatus"/>
- <output message="tns:DeliveryRequestStatusResponse"/>
- </operation>
- </portType>
- <binding name="StatusBinding" type="tns:StatusPortType">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="Status">
- <soap:operation soapAction="capeconnect:zuse2app:StatusPortType#Status" style="document"/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <binding name="NotificationBinding" type="tns:NotificationPortType">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="Notification">
- <soap:operation soapAction="capeconnect:app2zuse:NotificationPortType#Notification"/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <service name="zuse2app">
- <port name="status" binding="tns:StatusBinding">
- <soap:address location="http://localhost:8000/zuse/zusestatus"/>
- </port>
- <port name="notification" binding="tns:NotificationBinding">
- <soap:address location="http://localhost:8000/zuse/zusenotification"/>
- </port>
- </service>
-</definitions>