How can I get the response payload as a string using a Restful adapter
Summary
base64, restful, payloadContent
Hi all,
Is there a way that I can get the response payload as a string using a Restful adapter?
I got a requirement of storing the whole response payload in the database, but I didn't find a way to get it (either base64 or plain text are fine)
The response from the Restful adapter is already parsed into xml segments and I can only get the value of 1 single segment
Thanks in advance!
0