Friday 13 May 2022

List of all DEBUG loggers to log Service REST/SOAP request and response

 Hi Friends, Below are the list of loggers we have to enable as "Dubug" to debug the Rest and Soap Connector


Connect SOAP:


Rule_Obj_Activity.Invoke.Rule_Connect_SOAP


Rule_Obj_Activity.InvokeAxis2.Rule_Connect_SOAP


com.pega.pegarules.integration.engine.internal.ServiceHelper


com.pega.pegarules.integration.engine.internal.services.ServiceAPI


com.pega.pegarules.integration.engine.internal.util.PRServiceUtils


Rule_Obj_Activity.InvokeAxis2.Rule_Connect_SOAP.Action


Connect Rest:

Rule_Obj_Activity.Invoke.Rule_Connect_REST.Action


Rule_Obj_Activity.pyInvokeRESTConnector.Rule_Connect_REST.Action


How to enable this logger?


Go to Path System -> Operations -> Logs


Click on Logger level settings


Paste the logger and select the Level as Dubug.


Now if we hit the Soap/Rest connector , the corresponding Request/Response log will be append to the Pega Rules Log.

Thanks for Reading!.