Symptom
Unable to create Bank Advice through ManageBankAdviceIn Webservice.
Reproducing the Issue
-
Communication Arrangement for this webservice is set.
-
You are trying to create a bank advice through ManageBankAdviceIn webservice via SoapUI . But the request is not completed due to the error: Save of draft is not possible
Cause
The operation BankAdviceBundleMaintainCheckRequest is a Check Request. This means that the data sent over will not be saved but only checked for potential errors.
For payment advices the system does not allow draft saves. Consequently the Bank Advice can only be posted and not saved.
Resolution
You should use the operation BankAdviceBundleMaintainRequest to overcome this error and to create a Bank Advice.
Keywords
KBA , AP-PAY-ADV , Payment Advice , How To