78 lines
3.3 KiB
XML
78 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:wsdl="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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
|
|
<wsdl:types>
|
|
<xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified">
|
|
<xs:import schemaLocation="ataNotification.xsd"/>
|
|
<xs:import schemaLocation="visitId.xsd"/>
|
|
<xs:import schemaLocation="transitId.xsd"/>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="NotifyAta">
|
|
<wsdl:part name="ataNotification" element="ataNotification"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="NotifyAtaResponse">
|
|
<wsdl:part name="accepted" type="xs:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cancelAtaNotificationForVisitId">
|
|
<wsdl:part name="visitId" element="visitId"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="tnscancelAtaNotificationForVisitIdResponse">
|
|
<wsdl:part name="success" type="xs:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cancelAtaNotificationForTransitId">
|
|
<wsdl:part name="transitId" element="transitId"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="tnscancelAtaNotificationForTransitIdResponse">
|
|
<wsdl:part name="success" type="xs:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="AtaNotificationService">
|
|
<wsdl:operation name="notify">
|
|
<wsdl:input message="tns:NotifyAta"/>
|
|
<wsdl:output message="tns:NotifyAtaResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelAtaNotificationForVisitId">
|
|
<wsdl:input message="tns:cancelAtaNotificationForVisitId"/>
|
|
<wsdl:output message="tns:tnscancelAtaNotificationForVisitIdResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelAtaNotificationForTransitId">
|
|
<wsdl:input message="tns:cancelAtaNotificationForTransitId"/>
|
|
<wsdl:output message="tns:tnscancelAtaNotificationForTransitIdResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="AtaNotificationSoapBinding" type="tns:AtaNotificationService">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="notify">
|
|
<soap:operation soapAction=""/>
|
|
<wsdl:input>
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelAtaNotificationForVisitId">
|
|
<soap:operation soapAction=""/>
|
|
<wsdl:input>
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelAtaNotificationForTransitId">
|
|
<soap:operation soapAction=""/>
|
|
<wsdl:input>
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="AtaNotificationService">
|
|
<wsdl:port name="AtaNotificationServicePort" binding="tns:AtaNotificationSoapBinding">
|
|
<soap:address location="https://api.national-single-window.de/ata"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|