git_bsmd/nsw/Schnittstelle - Draft/idRequestService.wsdl

114 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://api.nsw.kisters.de/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="EchoServiceImplService" targetNamespace="http://api.nsw.kisters.de/">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://api.nsw.kisters.de/" elementFormDefault="unqualified" targetNamespace="http://api.nsw.kisters.de/" version="1.0">
<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:part>
</wsdl:message>
<wsdl:message name="requestVisitIdResponse">
<wsdl:part name="visitId" type="visitIdResponseType">
</wsdl:part>
</wsdl:message>
<wsdl:message name="cancelTransitIdResponse">
<wsdl:part name="success" type="xsd:boolean">
</wsdl:part>
</wsdl:message>
<wsdl:message name="cancelVisitIdResponse">
<wsdl:part name="success" type="xsd:boolean">
</wsdl:part>
</wsdl:message>
<wsdl:message name="cancelVisitId">
<wsdl:part name="visitId" element="visitId">
</wsdl:part>
</wsdl:message>
<wsdl:message name="cancelTransitId">
<wsdl:part name="transitId" element="transitId">
</wsdl:part>
</wsdl:message>
<wsdl:message name="requestTransitIdResponse">
<wsdl:part name="transitId" type="transitIdResponseType">
</wsdl:part>
</wsdl:message>
<wsdl:message name="requestVisitId">
<wsdl:part name="visitIdRequest" type="visitIdRequestType">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="RequestIdService">
<wsdl:operation name="requestTransitId">
<wsdl:input name="requestTransitId" message="tns:requestTransitId">
</wsdl:input>
<wsdl:output name="requestTransitIdResponse" message="tns:requestTransitIdResponse">
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="cancelVisitId">
<wsdl:input name="cancelVisitIdRequest" message="tns:cancelVisitId">
</wsdl:input>
<wsdl:output name="cancelVisitIdResponse" message="tns:cancelVisitIdResponse">
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="cancelTransitId">
<wsdl:input name="cancelTransitId" message="tns:cancelTransitId">
</wsdl:input>
<wsdl:output name="cancelTransitIdResponse" message="tns:cancelTransitIdResponse">
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="requestVisitId">
<wsdl:input name="requestVisitId" message="tns:requestVisitId">
</wsdl:input>
<wsdl:output name="requestVisitIdResponse" message="tns:requestVisitIdResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RequestIdServiceSoapBinding" type="tns:RequestIdService">
<soap:binding style="document" 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>