97 lines
4.5 KiB
XML
97 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://api.nsw.kisters.de/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" name="EchoServiceImplService" targetNamespace="http://api.nsw.kisters.de/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xs:schema elementFormDefault="unqualified" targetNamespace="http://api.nsw.kisters.de/" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="visitIdRequest.xsd" />
|
|
<xs:import schemaLocation="visitIdResponse.xsd" />
|
|
<xs:import schemaLocation="transitIdRequest.xsd" />
|
|
<xs:import schemaLocation="transitIdResponse.xsd" />
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="requestTransitId">
|
|
<wsdl:part name="transitIdRequest" type="transitIdRequestType" />
|
|
</wsdl:message>
|
|
<wsdl:message name="requestVisitIdResponse">
|
|
<wsdl:part name="visitId" type="visitIdResponseType" />
|
|
</wsdl:message>
|
|
<wsdl:message name="cancelTransitIdResponse">
|
|
<wsdl:part name="success" type="xsd:boolean" />
|
|
</wsdl:message>
|
|
<wsdl:message name="cancelVisitIdResponse">
|
|
<wsdl:part name="success" type="xsd:boolean" />
|
|
</wsdl:message>
|
|
<wsdl:message name="cancelVisitId">
|
|
<wsdl:part name="visitId" element="visitId" />
|
|
</wsdl:message>
|
|
<wsdl:message name="cancelTransitId">
|
|
<wsdl:part name="transitId" element="transitId" />
|
|
</wsdl:message>
|
|
<wsdl:message name="requestTransitIdResponse">
|
|
<wsdl:part name="transitId" type="transitIdResponseType" />
|
|
</wsdl:message>
|
|
<wsdl:message name="requestVisitId">
|
|
<wsdl:part name="visitIdRequest" type="visitIdRequestType" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="RequestIdService">
|
|
<wsdl:operation name="requestTransitId">
|
|
<wsdl:input name="requestTransitId" message="tns:requestTransitId" />
|
|
<wsdl:output name="requestTransitIdResponse" message="tns:requestTransitIdResponse" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelVisitId">
|
|
<wsdl:input name="cancelVisitIdRequest" message="tns:cancelVisitId" />
|
|
<wsdl:output name="cancelVisitIdResponse" message="tns:cancelVisitIdResponse" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelTransitId">
|
|
<wsdl:input name="cancelTransitId" message="tns:cancelTransitId" />
|
|
<wsdl:output name="cancelTransitIdResponse" message="tns:cancelTransitIdResponse" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="requestVisitId">
|
|
<wsdl:input name="requestVisitId" message="tns:requestVisitId" />
|
|
<wsdl:output name="requestVisitIdResponse" message="tns:requestVisitIdResponse" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="RequestIdServiceSoapBinding" type="tns:RequestIdService">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="requestTransitId">
|
|
<soap:operation soapAction="" style="document" />
|
|
<wsdl:input name="requestTransitId">
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="requestTransitIdResponse">
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelVisitId">
|
|
<soap:operation soapAction="" style="document" />
|
|
<wsdl:input name="cancelVisitIdRequest">
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="cancelVisitIdResponse">
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cancelTransitId">
|
|
<soap:operation soapAction="" style="document" />
|
|
<wsdl:input name="cancelTransitId">
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="cancelTransitIdResponse">
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="requestVisitId">
|
|
<soap:operation soapAction="" style="document" />
|
|
<wsdl:input name="requestVisitId">
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="requestVisitIdResponse">
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="RequestIdService">
|
|
<wsdl:port name="RequestIdServicePort" binding="tns:RequestIdServiceSoapBinding">
|
|
<soap:address location="https://api.national-single-window.de/requestId" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |