Question
AT&T
US
Last activity: 19 Jan 2016 14:10 EST
Where to find class def for SOAPService?
Our monitoring tool AppDynamics fails to capture web service calls and get the stats by WS operations. The support staff asked for the classdef of com.pega.pegarules.integration.engine.internal.services.soap.SOAPService. I couldn't find the jar file that contains that class on the app server. Where can I find it?
Hi Ken, You will find the classes in following locations 1) com.pega.pegarules.internal.bootstrap.PRBootstrap 2) com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega Available in prbootstrap-api.jar and prbootstrap.jar jars in the EAR file prpc_j2ee14.ear\APP-INF\lib\ 3) com.pega.pegarules.web.impl.WebStandardImpl- available in pr_engineclasses. Kindly connect to PRPC schema and execute the below query to confirm the same. select * from pr_engineclasses where pzclass like '%WebStandardImpl%' Let me know if this helps