The Postman test case you mention here, it’s one that directly calls the backend to upload the file, without going through wM.io, is that it?
And you’re trying to do exactly the same with the HTTP connector in the flow service?
Here’s what I assume you’re trying to do:
First StringToStream: you have a hard coded base64 stream regarding your file
decodeBase64: you decode it to have binary content
Second StringToStream: you create a stream from this binary content
Saygotoken: you get the token to call your backend
And then you encode your multipart request and make a call to the backend
Just trying to put all the pieces together, but from what I see it shouldn’t be too hard to reproduce what you’re trying to do, even if you’re not willing to share your code (for reasons that are 100% understandable.)
Something that would really help: the raw HTTP request and response of your Postman test case. Just remove the URLs and tokens (and anything else you think is confidential) from it. This is going to tell us without any ambiguity what your backend expects.
#webMethods#webMethods-cloud#webMethods-io-Integration