git_bsmd/nsw/NSWClient/Service References/wasteNotificationServiceReference/wasteNotificationService.wsdl
2015-02-13 16:53:05 +00:00

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="wasteNotification.xsd" />
<xs:import schemaLocation="visitId.xsd" />
<xs:import schemaLocation="transitId.xsd" />
</xs:schema>
</wsdl:types>
<wsdl:message name="NotifyWaste">
<wsdl:part name="wasteNotification" element="wasteNotification" />
</wsdl:message>
<wsdl:message name="NotifyWasteResponse">
<wsdl:part name="accepted" type="xs:boolean" />
</wsdl:message>
<wsdl:message name="cancelWasteNotificationForVisitId">
<wsdl:part name="visitId" element="visitId" />
</wsdl:message>
<wsdl:message name="tnscancelWasteNotificationForVisitIdResponse">
<wsdl:part name="success" type="xs:boolean" />
</wsdl:message>
<wsdl:message name="cancelWasteNotificationForTransitId">
<wsdl:part name="transitId" element="transitId" />
</wsdl:message>
<wsdl:message name="tnscancelWasteNotificationForTransitIdResponse">
<wsdl:part name="success" type="xs:boolean" />
</wsdl:message>
<wsdl:portType name="WasteNotificationService">
<wsdl:operation name="notify">
<wsdl:input message="tns:NotifyWaste" />
<wsdl:output message="tns:NotifyWasteResponse" />
</wsdl:operation>
<wsdl:operation name="cancelWasteNotificationForVisitId">
<wsdl:input message="tns:cancelWasteNotificationForVisitId" />
<wsdl:output message="tns:tnscancelWasteNotificationForVisitIdResponse" />
</wsdl:operation>
<wsdl:operation name="cancelWasteNotificationForTransitId">
<wsdl:input message="tns:cancelWasteNotificationForTransitId" />
<wsdl:output message="tns:tnscancelWasteNotificationForTransitIdResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WasteNotificationSoapBinding" type="tns:WasteNotificationService">
<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="cancelWasteNotificationForVisitId">
<soap:operation soapAction="" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="cancelWasteNotificationForTransitId">
<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="WasteNotificationService">
<wsdl:port name="WasteNotificationServicePort" binding="tns:WasteNotificationSoapBinding">
<soap:address location="https://api.national-single-window.de/waste" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>