What product/components do you use and which version/fix level?
Integration Server 10.11
Are you using a free trial or a product with a customer license?
customer license
What are trying to achieve? Please describe in detail.
Hello, does anyone know how to retrieve input and send input with content-type multipart/formdata?
when i try to retrieve information, i tried to send the request from postman and restorePipeline but i dont receive any pipeline variable that inputted on the postman.
on the $httpRequest it showed that content-length is very big, but i dont have any content on the pipeline, any idea how to get it as a pipeline variable?
daily bump, i still haven’t found anyway to parse the message, but i found another thread that use pub.mime built in function, have anyone used this?
Thank you @John_Carter4 and @srikanth.prathipati1803 for responding, i will try the solution that u posted, and i will try to update the progress, thank you so much for helping me, i’m very unfamiliar with this pub.mime API
Hi @mcser76 ,
The built-in services reference talks in detail about the pub.mime services , that should help you. It is available at Built in services - pub.mime
In fact ,the mime area can be complex at times, perhaps that’s why it gets its own guide too - MIME SMIME Developers guide
Thank You @John_Carter4 , @Nagendra_Prasad and @srikanth.prathipati1803 your solution both are right, now i’m able to retrieve and send request to the backend with contentType multipart/form-data using pub.mime built-in function