Merge remote-tracking branch 'origin/Versuch_Produktinformation'
# Conflicts: # OMDSServiceDefinition/src/main/resources/wsdl/omds3ServiceTypes.xsd # OMDSServiceDefinition/src/main/resources/wsdl/omds3Services.wsdl
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
OMDSServiceDefinition/.settings/
|
OMDSServiceDefinition/.settings/
|
||||||
|
OMDSServiceDefinition/doc/WSDL-XSD-Dokumentation/
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
encoding//src/main/java=UTF-8
|
|
||||||
encoding//src/main/resources=UTF-8
|
encoding//src/main/resources=UTF-8
|
||||||
encoding//src/test/java=UTF-8
|
encoding//src/test/java=UTF-8
|
||||||
encoding/<project>=UTF-8
|
encoding/<project>=UTF-8
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -196,12 +196,12 @@
|
|||||||
<part name="parameters" element="ost:SubmitApplicationKfzResponse" />
|
<part name="parameters" element="ost:SubmitApplicationKfzResponse" />
|
||||||
</message>
|
</message>
|
||||||
<message name="GetApplicationsRequestMsg">
|
<message name="GetApplicationsRequestMsg">
|
||||||
<part name="parameters" element="ost:GetApplicationsRequest"/>
|
<part name="parameters" element="ost:GetApplicationStatusChangesRequest"/>
|
||||||
</message>
|
</message>
|
||||||
<message name="GetApplicationsResponseMsg">
|
<message name="GetApplicationsResponseMsg">
|
||||||
<part name="parameters" element="ost:GetApplicationsResponse" />
|
<part name="parameters" element="ost:GetApplicationStatusChangesResponse" />
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
<message name="ChangePersonDataRequestMsg">
|
<message name="ChangePersonDataRequestMsg">
|
||||||
<part name="parameters" element="ost:ChangePersonDataRequest"/>
|
<part name="parameters" element="ost:ChangePersonDataRequest"/>
|
||||||
</message>
|
</message>
|
||||||
@@ -410,7 +410,7 @@
|
|||||||
</operation>
|
</operation>
|
||||||
<operation name="submitApplicationKfz">
|
<operation name="submitApplicationKfz">
|
||||||
<input name="SubmitApplicationKfzRequestPort" message="os:SubmitApplicationKfzRequestMsg" />
|
<input name="SubmitApplicationKfzRequestPort" message="os:SubmitApplicationKfzRequestMsg" />
|
||||||
<output name="SubmitApplicationResponsePort" message="os:SubmitApplicationKfzResponseMsg" />
|
<output name="SubmitApplicationKfzResponsePort" message="os:SubmitApplicationKfzResponseMsg" />
|
||||||
<fault name="SubmitApplicationKfzFault" message="os:ServiceFaultMsg" />
|
<fault name="SubmitApplicationKfzFault" message="os:ServiceFaultMsg" />
|
||||||
</operation>
|
</operation>
|
||||||
<operation name="getApplications">
|
<operation name="getApplications">
|
||||||
@@ -439,7 +439,7 @@
|
|||||||
<operation name="createNewAddress">
|
<operation name="createNewAddress">
|
||||||
<input name="CreateNewAddressRequestPort" message="os:CreateNewAddressRequestMsg" />
|
<input name="CreateNewAddressRequestPort" message="os:CreateNewAddressRequestMsg" />
|
||||||
<output name="CreateNewAddressResponsePort" message="os:CreateNewAddressResponseMsg" />
|
<output name="CreateNewAddressResponsePort" message="os:CreateNewAddressResponseMsg" />
|
||||||
<fault name="ChangeAddressFault" message="os:ServiceFaultMsg" />
|
<fault name="CreateNewAddressFault" message="os:ServiceFaultMsg" />
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="changeCommunicationObject">
|
<operation name="changeCommunicationObject">
|
||||||
@@ -816,7 +816,7 @@
|
|||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="getApplications">
|
<operation name="getApplications">
|
||||||
<soap:operation soapAction="urn:getApplications" style="document" />
|
<soap:operation soapAction="urn:getApplications" style="document" />
|
||||||
<input name="GetApplicationsRequestPort">
|
<input name="GetApplicationsRequestPort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
@@ -844,18 +844,118 @@
|
|||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="changePersonData">
|
<operation name="changeAddress">
|
||||||
<soap:operation soapAction="urn:changePersonData" style="document" />
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
<input name="ChangePersonDataRequestPort">
|
<input name="ChangeAddressRequestPort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
</input>
|
</input>
|
||||||
<output name="ChangePersonDataResponsePort">
|
<output name="ChangeAddressResponsePort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
</output>
|
</output>
|
||||||
<fault name="ChangePersonDataFault">
|
<fault name="ChangeAddressFault">
|
||||||
<soap:fault name="ChangePersonDataFault" use="literal"/>
|
<soap:fault name="ChangeAddressFault" use="literal"/>
|
||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
<operation name="deleteAddress">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="DeleteAddressRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="DeleteAddressResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="DeleteAddressFault">
|
||||||
|
<soap:fault name="DeleteAddressFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
<operation name="createNewAddress">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="CreateNewAddressRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="CreateNewAddressResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="CreateNewAddressFault">
|
||||||
|
<soap:fault name="CreateNewAddressFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
|
<operation name="changeCommunicationObject">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="ChangeCommunicationObjectRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="ChangeCommunicationObjectResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="ChangeCommunicationObjectFault">
|
||||||
|
<soap:fault name="ChangeCommunicationObjectFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
<operation name="deleteCommunicationObject">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="DeleteCommunicationObjectRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="DeleteCommunicationObjectResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="DeleteCommunicationObjectFault">
|
||||||
|
<soap:fault name="DeleteCommunicationObjectFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
<operation name="createNewCommunicationObject">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="CreateNewCommunicationObjectRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="CreateNewCommunicationObjectResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="ChangeCommunicationObjectFault">
|
||||||
|
<soap:fault name="ChangeCommunicationObjectFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
|
<operation name="changeBankingInformation">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="ChangeBankingInformationRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="ChangeBankingInformationResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="ChangeBankingInformationFault">
|
||||||
|
<soap:fault name="ChangeBankingInformationFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
<operation name="deleteBankingInformation">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="DeleteBankingInformationRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="DeleteBankingInformationResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="DeleteBankingInformationFault">
|
||||||
|
<soap:fault name="DeleteBankingInformationFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
<operation name="createNewBankingInformation">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="CreateNewBankingInformationRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="CreateNewBankingInformationResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="ChangeBankingInformationFault">
|
||||||
|
<soap:fault name="ChangeBankingInformationFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</binding>
|
</binding>
|
||||||
|
|
||||||
@@ -866,7 +966,7 @@
|
|||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
|
||||||
<wsp:Policy wsu:Id="'OMDSUsernameTokenPolicy" xmlns:wsp="http://www.w3.org/ns/ws-policy"
|
<wsp:Policy wsu:Id="OMDSUsernameTokenPolicy" xmlns:wsp="http://www.w3.org/ns/ws-policy"
|
||||||
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
|
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
|
||||||
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
||||||
<wsp:ExactlyOne>
|
<wsp:ExactlyOne>
|
||||||
|
|||||||
Reference in New Issue
Block a user