cancel
Showing results for 
Search instead for 
Did you mean: 

Rest Receiver Adapter - Multipart/Form-data - SAP PO

faissal_hz
Discoverer
0 Kudos
864

Hello everyone , hope you are going well .

we have a requirement ( CRM <-->PO<-->Third Party System ) in a synchronous scenario.

im supposed to consume a rest service, sending form-data/multipart body parameters ( those 4 fields )

The problem I encountered here is how should I proceed with REST Communication channel or HTTP_AAE Communication channel to have a response and how to configurate it .

I will be very grateful for your help.

kind regards.
Faissal

View Entire Topic
dslv
Explorer
0 Kudos

Since my case was simple, I resolved it using XSL, but I don't know if this is the best solution. I am trying to find a solution that works for any scenario. Something more generic.

Kalyan1982
Discoverer
0 Kudos

Hi dslv,

Can you please share your full solution i.e. how did you pass values using multipart/form-data ?

dslv
Explorer
Hi @Kalyan1982, I built the schema in Data Type and Message Type. After that, I developed an XSL to concatenate the fields into a request JSON and deactivated the option to convert XML to JSON, 'cause my XSL output was already in the correct format.
dslv
Explorer
dslv
Explorer
0 Kudos

Something like that

resolve.png