Hello fellow developpers, I know several posts are supposed to cover this matter, I’ve read them all a few times, but none of them are recalling my problem.
What I’m trying to do is just receiving a file (multipart/from-data) from an API I’m exposing, and directly send the file back to another API without doing anything to the file.
The first part works well, I’m able to get the ‘contentStream’ variable containing the form-data, here is what I’m getting, copied in a file (the black square is just to censore some data) :

The issue comes when I want to send the data, it appears the receiving API doesn’t receive anything after the boundary in the http request. I’ve tried to create an API of my own to send it and check the result but same, can’t get anything out of it
I’ve tried everything I could find here (and more) but I couldn’t make it work
Does any one of you have an idea here?
It’s on webMethods 10.15 by the way.
Thanks!
#Integration-Server-and-ESB#webMethods