Vorschlag zur Bearbeitung von Bestandsdaten für

- Personendaten
- Adressen
- Kommunikationsdaten
- Bankverbindungen
This commit is contained in:
Carsten Rogas
2018-04-16 16:25:12 +02:00
parent dd5cf94a7a
commit db2cf44580
2 changed files with 519 additions and 2 deletions

View File

@@ -200,9 +200,73 @@
</message>
<message name="GetApplicationsResponseMsg">
<part name="parameters" element="ost:GetApplicationsResponse" />
</message>
</message>
<message name="ChangePersonDataRequestMsg">
<part name="parameters" element="ost:ChangePersonDataRequest"/>
</message>
<message name="ChangePersonDataResponseMsg">
<part name="parameters" element="ost:ChangePersonDataResponse" />
</message>
<message name="ChangeAddressRequestMsg">
<part name="parameters" element="ost:ChangeAddressRequest"/>
</message>
<message name="ChangeAddressResponseMsg">
<part name="parameters" element="ost:ChangeAddressResponse" />
</message>
<message name="DeleteAddressRequestMsg">
<part name="parameters" element="ost:DeleteAddressRequest"/>
</message>
<message name="DeleteAddressResponseMsg">
<part name="parameters" element="ost:DeleteAddressResponse" />
</message>
<message name="CreateNewAddressRequestMsg">
<part name="parameters" element="ost:CreateNewAddressRequest"/>
</message>
<message name="CreateNewAddressResponseMsg">
<part name="parameters" element="ost:CreateNewAddressResponse" />
</message>
<message name="ChangeCommunicationObjectRequestMsg">
<part name="parameters" element="ost:ChangeCommunicationObjectRequest"/>
</message>
<message name="ChangeCommunicationObjectResponseMsg">
<part name="parameters" element="ost:ChangeCommunicationObjectResponse" />
</message>
<message name="DeleteCommunicationObjectRequestMsg">
<part name="parameters" element="ost:DeleteCommunicationObjectRequest"/>
</message>
<message name="DeleteCommunicationObjectResponseMsg">
<part name="parameters" element="ost:DeleteCommunicationObjectResponse" />
</message>
<message name="CreateNewCommunicationObjectRequestMsg">
<part name="parameters" element="ost:CreateNewCommunicationObjectRequest"/>
</message>
<message name="CreateNewCommunicationObjectResponseMsg">
<part name="parameters" element="ost:CreateNewCommunicationObjectResponse" />
</message>
<message name="ChangeBankingInformationRequestMsg">
<part name="parameters" element="ost:ChangeBankingInformationRequest"/>
</message>
<message name="ChangeBankingInformationResponseMsg">
<part name="parameters" element="ost:ChangeBankingInformationResponse" />
</message>
<message name="DeleteBankingInformationRequestMsg">
<part name="parameters" element="ost:DeleteBankingInformationRequest"/>
</message>
<message name="DeleteBankingInformationResponseMsg">
<part name="parameters" element="ost:DeleteBankingInformationResponse" />
</message>
<message name="CreateNewBankingInformationRequestMsg">
<part name="parameters" element="ost:CreateNewBankingInformationRequest"/>
</message>
<message name="CreateNewBankingInformationResponseMsg">
<part name="parameters" element="ost:CreateNewBankingInformationResponse" />
</message>
<!-- Fehler -->
<message name="ServiceFaultMsg">
<part name="parameters" element="cst:serviceFault" />
@@ -354,6 +418,62 @@
<output name="GetApplicationsResponsePort" message="os:GetApplicationsResponseMsg" />
<fault name="GetApplicationsFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="changePersonData">
<input name="ChangePersonDataRequestPort" message="os:ChangePersonDataRequestMsg" />
<output name="ChangePersonDataResponsePort" message="os:ChangePersonDataResponseMsg" />
<fault name="ChangePersonDataFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="changeAddress">
<input name="ChangeAddressRequestPort" message="os:ChangeAddressRequestMsg" />
<output name="ChangeAddressResponsePort" message="os:ChangeAddressResponseMsg" />
<fault name="ChangeAddressFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="deleteAddress">
<input name="DeleteAddressRequestPort" message="os:DeleteAddressRequestMsg" />
<output name="DeleteAddressResponsePort" message="os:DeleteAddressResponseMsg" />
<fault name="DeleteAddressFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="createNewAddress">
<input name="CreateNewAddressRequestPort" message="os:CreateNewAddressRequestMsg" />
<output name="CreateNewAddressResponsePort" message="os:CreateNewAddressResponseMsg" />
<fault name="ChangeAddressFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="changeCommunicationObject">
<input name="ChangeCommunicationObjectRequestPort" message="os:ChangeCommunicationObjectRequestMsg" />
<output name="ChangeCommunicationObjectResponsePort" message="os:ChangeCommunicationObjectResponseMsg" />
<fault name="ChangeCommunicationObjectFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="deleteCommunicationObject">
<input name="DeleteCommunicationObjectRequestPort" message="os:DeleteCommunicationObjectRequestMsg" />
<output name="DeleteCommunicationObjectResponsePort" message="os:DeleteCommunicationObjectResponseMsg" />
<fault name="DeleteCommunicationObjectFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="createNewCommunicationObject">
<input name="CreateNewCommunicationObjectRequestPort" message="os:CreateNewCommunicationObjectRequestMsg" />
<output name="CreateNewCommunicationObjectResponsePort" message="os:CreateNewCommunicationObjectResponseMsg" />
<fault name="ChangeCommunicationObjectFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="changeBankingInformation">
<input name="ChangeBankingInformationRequestPort" message="os:ChangeBankingInformationRequestMsg" />
<output name="ChangeBankingInformationResponsePort" message="os:ChangeBankingInformationResponseMsg" />
<fault name="ChangeBankingInformationFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="deleteBankingInformation">
<input name="DeleteBankingInformationRequestPort" message="os:DeleteBankingInformationRequestMsg" />
<output name="DeleteBankingInformationResponsePort" message="os:DeleteBankingInformationResponseMsg" />
<fault name="DeleteBankingInformationFault" message="os:ServiceFaultMsg" />
</operation>
<operation name="createNewBankingInformation">
<input name="CreateNewBankingInformationRequestPort" message="os:CreateNewBankingInformationRequestMsg" />
<output name="CreateNewBankingInformationResponsePort" message="os:CreateNewBankingInformationResponseMsg" />
<fault name="ChangeBankingInformationFault" message="os:ServiceFaultMsg" />
</operation>
</portType>
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
@@ -709,6 +829,34 @@
</fault>
</operation>
<!-- Personen Bestandsdaten Änderung -->
<operation name="changePersonData">
<soap:operation soapAction="urn:changePersonData" style="document" />
<input name="ChangePersonDataRequestPort">
<soap:body use="literal" />
</input>
<output name="ChangePersonDataResponsePort">
<soap:body use="literal" />
</output>
<fault name="ChangePersonDataFault">
<soap:fault name="ChangePersonDataFault" use="literal"/>
</fault>
</operation>
<operation name="changePersonData">
<soap:operation soapAction="urn:changePersonData" style="document" />
<input name="ChangePersonDataRequestPort">
<soap:body use="literal" />
</input>
<output name="ChangePersonDataResponsePort">
<soap:body use="literal" />
</output>
<fault name="ChangePersonDataFault">
<soap:fault name="ChangePersonDataFault" use="literal"/>
</fault>
</operation>
</binding>
<service name="omdsService">