How to pass Primary Page when an activity is called from HTML Rule.
Hi Team,
I am using the following to call an activity from an HTML fragment rue. Its working . but throwing an error in tracer.
Error: Failed to load XML from http post data
InvalidStream com.pega.pegarules.data.internal.clipboard.XMLStream.newStream(
I suspect the primary page is not being passed to the Activity. can someone please help me to resolveit.
var oSafeUrl = new SafeURL("ClassName.ActivityName",getReqURI()); var strResponse = httpRequestAsynch(oSafeUrl.toURL(),"post");
***Edited by Moderator Marissa to update General to Product***