cancel
Showing results for 
Search instead for 
Did you mean: 

REST Adapter - Receiver XML/JSON Conversion question

rakeshdamera
Participant
0 Kudos

Hi Experts,

I am working on a REST receiver scenario and faced with a difficult situation.

The receiver REST API needs the POST request in the below format:

Notice the SignedXML field has an XML string AND enclosed in a single quote.

I am using the Return as XML option in the graphical mapping editor to populate the SignedXML field, but the standard XML-JSON conversion puts it in double quotes and not single quotes. The API works only with the single quotes and not double quotes.

Is there a way to achieve this requirement? Appreciate any guidance/pointers in this regard.

Thanks in advance,

Rakesh

Accepted Solutions (0)

Answers (1)

Answers (1)

rakeshdamera
Participant
0 Kudos

This has been resolved.

We requested the ABAP team to build the XML using a FM and manipulate the data as needed.

Thanks,

Rakesh