Open
Description
Feature Request
Currently a consumer can specify any transferType
when they initiate a transfer process.
This could lead to unexpected exceptions on provider side.
There should be a validation in place in the TransferProcessProtocolService
that verifies that the transferType
received is actually one of the ones supported by the provider (the ones put in the catalob dataset distributions)
Which Areas Would Be Affected?
transfer process protocol
Why Is the Feature Desired?
validation
Solution Proposal
If possible, provide a (brief!) solution proposal.