Question
1
Replies
42
Views
Verizon
Posted: December 5, 2019
Last activity: December 5, 2019
Why Pega marketing OOTB service API ,Container is supporting request payload only JSON not XML?
As part of pega marketing framework installation, we see OOTB service API called PegaMKTContainer/V2/Container, its supporting request payload JSON only.
Our requirement is to support XMl payload, instead of creating new service API doing changes is there any OOTB service available?
Pega version: 8.2.5
***Edited by Moderator: Lochan to update platform capability tags***
At high level, REST is the industry standard at the moment and hence JSON payload, which is in general performing better than any XML based protocol (e.g., SOAP).