Question
2
Replies
378
Views
Posted: November 28, 2018
Last activity: December 9, 2018
Closed
How to get request/response information(service call) which is exchanged in Pega Platform
Hi,
We would like to know How to get request/response information(service call) which is exchanged in Pega Platform(e.g. the information which occurs when an user make a case, edit an activity, and other actions, in Pega Platform.)
If we get the information, we would like to record them to DB table.
Would you tell us that which functions in Pega fulfill our requirement?
Best regards,
***Edited by Moderator Marissa to update platform capability tags****
Possibly, you should be able to log the service calls by using the below debugger classes and read through the required information.
com.pega.pegarules.integration.engine.internal.util.PRServiceUtils
com.pega.pegarules.integration.engine.internal.ServiceMappingUtils
com.pega.pegarules.integration.engine.internal.connect.rest.RESTClient