<?xml version="1.0" encoding="UTF-8"?> <definitions name="app2mzs" targetNamespace="http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:mzs="http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs#" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs.wsdl"> <import location="app2mzs.xsd" namespace="http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs#" /> <message name="DeliveryRequest"> <part name="DeliveryRequest" element="mzs:DeliveryRequest"/> </message> <message name="DeliveryResponse"> <part name="DeliveryResponse" element="mzs:DeliveryResponse"/> </message> <portType name="app2mzsPortType"> <operation name="app2mzs"> <input message="tns:DeliveryRequest"/> <output message="tns:DeliveryResponse"/> </operation> </portType> <binding name="app2mzsBinding" type="tns:app2mzsPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="app2mzs"> <soap:operation soapAction="app2mzsDeliveryRequest" style="document"/> <input> <!-- <soap:header use="literal"/> --> <soap:body encodingStyle="" message="tns:DeliveryRequest" part="DeliveryRequest" use="literal"> </soap:body> </input> <output> <!-- <soap:header use="literal"/> --> <soap:body encodingStyle="" message="tns:DeliveryRequest" part="DeliveryRequest" use="literal"> </soap:body> </output> </operation> </binding> <service name="app2mzs"> <port binding="tns:app2mzsBinding" name="app2mzsPort"> <soap:address location="http://localhost:8080/moazs/services/DeliveryRequest"/> </port> </service> </definitions>