77 lines
3.5 KiB
XML
77 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://new.webservice.namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://new.webservice.namespace" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xs:schema elementFormDefault="qualified" targetNamespace="http://new.webservice.namespace">
|
|
<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 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> |