Open klumbe opened 8 hours ago
Thanks for your contribution :fire: We will take a look asap :rocket:
Hi @klumbe
thanks for raising this, indeed the transferType
is now required.
I tried with "transferType": "HttpData-PUSH"
in transfer.json
and it worked
Interesting that tests are still passing. @klumbe would you like to provide a PR to fix this?
Yeah they pass but we build the request manually in code
We probably just have to update the transfer.json
file
Yeah they pass but we build the request manually in code
We probably just have to update the
transfer.json
file
definitely my fault :smiling_face_with_tear: test should use the transfer.json
file as well
Hi @klumbe
thanks for raising this, indeed the
transferType
is now required.I tried with
"transferType": "HttpData-PUSH"
intransfer.json
and it worked
Hi @wolf4ood, indeed, had a typo (case) in the ServiceExtension declaration, which caused the successive issues.
Interesting that tests are still passing. @klumbe would you like to provide a PR to fix this?
Hi @ndr-brt, I did. Is my first one, so let me know if there are issues with it. Also provided a fix for the other open issue in the same rush.
Bug Report
Describe the Bug
Sample:
Action:
Explanation: When trying to start the transfer, the returned JSON states that the
transferType
is missing or blank. No transfer process is started.Error:
Expected Behavior
The transfer-process is started on both the consumer and provider end and an id for the transfer is returned:
Observed Behavior
Error:
Steps to Reproduce
Steps to reproduce the behavior:
Context Information
Detailed Description
Things I tried to solve it:
transferType
of various kinds:HttpData-Push
HttpStreaming
Http Streaming
i.e.:-> For
HttpData-PUSH
returns a proper ID, but on the provider, the following error is shown:The transfer-process is terminated shortly after. -> The others claim an invalid
transferType
(expected):dataDestination/type
toHttpStreaming
having the same issuesPossible Implementation
-