Aenderungen beim Schreiben von BOA Kfz
This commit is contained in:
@@ -171,6 +171,32 @@
|
||||
<part name="parameters" element="ost:DeclareEndpointResponse" />
|
||||
</message>
|
||||
|
||||
<message name="CalculateKfzRequestMsg">
|
||||
<part name="parameters" element="ost:CalculateKfzRequest"/>
|
||||
</message>
|
||||
<message name="CalculateKfzResponseMsg">
|
||||
<part name="parameters" element="ost:CalculateKfzResponse" />
|
||||
</message>
|
||||
<message name="CreateOfferKfzRequestMsg">
|
||||
<part name="parameters" element="ost:CreateOfferKfzRequest"/>
|
||||
</message>
|
||||
<message name="CreateOfferKfzResponseMsg">
|
||||
<part name="parameters" element="ost:CreateOfferKfzResponse" />
|
||||
</message>
|
||||
<message name="CreateApplicationKfzRequestMsg">
|
||||
<part name="parameters" element="ost:CreateApplicationKfzRequest"/>
|
||||
</message>
|
||||
<message name="CreateApplicationKfzResponseMsg">
|
||||
<part name="parameters" element="ost:CreateApplicationKfzResponse" />
|
||||
</message>
|
||||
<message name="SubmitApplicationKfzRequestMsg">
|
||||
<part name="parameters" element="ost:SubmitApplicationKfzRequest"/>
|
||||
</message>
|
||||
<message name="SubmitApplicationKfzResponseMsg">
|
||||
<part name="parameters" element="ost:SubmitApplicationKfzResponse" />
|
||||
</message>
|
||||
|
||||
|
||||
|
||||
<!-- Fehler -->
|
||||
<message name="ServiceFaultMsg">
|
||||
@@ -297,6 +323,28 @@
|
||||
<fault name="DeclareEndpointFaultPort" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="calculateKfz">
|
||||
<input name="CalculateKfzRequestPort" message="os:CalculateKfzRequestMsg" />
|
||||
<output name="CalculateKfzResponsePort" message="os:CalculateKfzResponseMsg" />
|
||||
<fault name="CalculateKfzFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="createOfferKfz">
|
||||
<input name="CreateOfferKfzRequestPort" message="os:CreateOfferKfzRequestMsg" />
|
||||
<output name="CreateOfferKfzResponsePort" message="os:CreateOfferKfzResponseMsg" />
|
||||
<fault name="CreateOfferKfzFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="createApplicationKfz">
|
||||
<input name="CreateApplicationKfzRequestPort" message="os:CreateApplicationKfzRequestMsg" />
|
||||
<output name="CreateApplicationKfzResponsePort" message="os:CreateApplicationKfzResponseMsg" />
|
||||
<fault name="CreateApplicationKfzFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<operation name="submitApplicationKfz">
|
||||
<input name="SubmitApplicationKfzRequestPort" message="os:SubmitApplicationKfzRequestMsg" />
|
||||
<output name="SubmitApplicationResponsePort" message="os:SubmitApplicationKfzResponseMsg" />
|
||||
<fault name="SubmitApplicationKfzFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
</portType>
|
||||
|
||||
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
||||
@@ -586,6 +634,60 @@
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Berechnung, Offert, Antrag KFZ -->
|
||||
<operation name="calculateKfz">
|
||||
<soap:operation soapAction="urn:calculateKfz" style="document" />
|
||||
<input name="CalculateKfzRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="CalculateKfzResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="CalculateKfzFault">
|
||||
<soap:fault name="CalculateKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="createOfferKfz">
|
||||
<soap:operation soapAction="urn:createOfferKfz" style="document" />
|
||||
<input name="CreateOfferKfzRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="CreateOfferKfzResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="CreateOfferKfzFault">
|
||||
<soap:fault name="CreateOfferKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="createApplicationKfz">
|
||||
<soap:operation soapAction="urn:createApplicationKfz" style="document" />
|
||||
<input name="CreateApplicationKfzRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="CreateApplicationKfzResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="CreateApplicationKfzFault">
|
||||
<soap:fault name="CreateApplicationKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="submitApplicationKfz">
|
||||
<soap:operation soapAction="urn:submitApplicationKfz" style="document" />
|
||||
<input name="SubmitApplicationKfzRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="SubmitApplicationKfzResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="SubmitApplicationKfzFault">
|
||||
<soap:fault name="SubmitApplicationKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
|
||||
|
||||
</binding>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user