cancel
Showing results for 
Search instead for 
Did you mean: 

Form-Data Rest Receiver

0 Kudos

Hello.

Dear Experts.

I need to consume a Rest Service with form-data

How to send the info in the key field (xml)?

I checked https://answers.sap.com/questions/12057377/receiver-rest-formdata.html but until now it's not working.

Please help me.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member607993
Contributor
0 Kudos
former_member607993
Contributor
0 Kudos

Hi Sporte,

You can use return as xml to pass the payload and map to field 'xml'.

Similar to below blog:

https://blogs.sap.com/2019/04/23/csv-multi-part-form-data-upload-as-attachment-using-http_aae-adapte...

Is this synchronous scenario? Flow is from R3 to RestFul Service?