Question
Virtusa
AU
Last activity: 14 Dec 2021 8:47 EST
How to implement Form Data Request in Pega
Hi All,
I need to submit a file and a few text properties to an API(Form-Data), when i am using Postman(attached) it is working fine, even I used apache multipart feature to implement the same in Java which is also working fine, But now in Pega, I have to implement this, so far i have implemented Rest connectors to send data in JSON format, can some body help me to implement Form-data(Multipart) using pega..