überarbeitet

This commit is contained in:
Daniel Schick 2015-03-29 13:32:08 +00:00
parent 3077053260
commit e392452bb6

View File

@ -3,11 +3,7 @@
<wsdl:definitions xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/" xmlns:cw="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:jms="http://www.openuri.org/2002/04/wsdl/jms/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.openuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.openuri.org/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://www.openuri.org/" xmlns:ope="http://www.openuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema">
<s:element name="root">
<s:complexType>
<s:sequence maxOccurs="1" minOccurs="1"/>
</s:complexType>
</s:element>
<s:include schemaLocation="NSWRequest.xsd"/>
<s:element name="submitResponse">
<s:complexType>
<s:sequence>
@ -18,13 +14,13 @@
</s:schema>
</wsdl:types>
<wsdl:message name="submitSoapIn">
<wsdl:part name="parameters" element="s0:root"/>
<wsdl:part name="parameters" element="s0:Root"/>
</wsdl:message>
<wsdl:message name="submitSoapOut">
<wsdl:part name="parameters" element="s0:submitResponse"/>
</wsdl:message>
<wsdl:portType name="Dbh_Osis_Answ_Ws">
<wsdl:operation name="root">
<wsdl:operation name="Root">
<wsdl:documentation>Submit a new NSW Request (only one NSWRequest per Submit!) to DBH ANSW OSIS, giving the senderID, messageID, messageType, the message. The method returns the OsisOrderNr (Unique message identifier generated by OSIS). </wsdl:documentation>
<wsdl:input message="s0:submitSoapIn"/>
<wsdl:output message="s0:submitSoapOut"/>
@ -32,7 +28,7 @@
</wsdl:portType>
<wsdl:binding name="Dbh_Osis_Answ_Ws" type="s0:Dbh_Osis_Answ_Ws">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="root">
<wsdl:operation name="Root">
<soap:operation soapAction="http://www.openuri.org/submit" style="document"/>
<wsdl:input>
<soap:body use="literal"/>