Question
5
Replies
623
Views

Virtusa
AU
Posted: February 6, 2020
Last activity: December 14, 2021
Last activity: 14 Dec 2021 8:47 EST
Closed
Solved
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..