Question
JPMorgan
IN
Last activity: 27 Apr 2016 3:23 EDT
How to parse JSON request
We have built a Service SOAP to process external data and create work in Pega. Now the system that integrates with pega wants to send the request in JSON format. Is there any way to update the service SOAP rule to accommodate JSON request in Pega. Can it be captured on a page/String , If so how to map into Pega .
OR we have to create Service-REST? Could see that Service REST does not have direct mapping using JSON. Is there any document specific to building Service REST having request type as JSON.