Question
HCL Technologies
IN
Last activity: 23 Dec 2020 0:22 EST
Pega 7.3.1 getting PRRuntimeError
Hi All,
When we are executing the request through SOAP service and through external system we are getting below error.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <soap:Fault> <soap:Code> <soap:Value>soap:Receiver</soap:Value> </soap:Code> <soap:Reason> <soap:Text xml:lang="en-US">SOAP service [SOAPCaSSHL][CBA-RBS-Fac-Env-CBAEnvelopeType][CBAEnvelope] failed:PRRuntimeError</soap:Text> </soap:Reason> </soap:Fault> </soap:Body> </soap:Envelope>
Hi All,
When we are executing the request through SOAP service and through external system we are getting below error.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <soap:Fault> <soap:Code> <soap:Value>soap:Receiver</soap:Value> </soap:Code> <soap:Reason> <soap:Text xml:lang="en-US">SOAP service [SOAPCaSSHL][CBA-RBS-Fac-Env-CBAEnvelopeType][CBAEnvelope] failed:PRRuntimeError</soap:Text> </soap:Reason> </soap:Fault> </soap:Body> </soap:Envelope>
1. ERROR in /com/pegarules/generated/activity/ra_action_calculatecafejava_65fa7a1c5295de3c50c1fdfe74921ed0.java (at line 263) com.cba.rbs.homeloans.HomeLoansCalculator calc = new com.cba.rbs.homeloans.HomeLoansCalculator(); ^^^^^^^ com.cba cannot be resolved to a type ---------- 2. ERROR in /com/pegarules/generated/activity/ra_action_calculatecafejava_65fa7a1c5295de3c50c1fdfe74921ed0.java (at line 263) com.cba.rbs.homeloans.HomeLoansCalculator calc = new com.cba.rbs.homeloans.HomeLoansCalculator(); ^^^^^^^ com.cba cannot be resolved to a type ---------- 3. ERROR in /com/pegarules/generated/activity/ra_action_calculatecafejava_65fa7a1c5295de3c50c1fdfe74921ed0.java (at line 306) com.cba.rbs.homeloans.LoanProjection loanProjection = calc.getLoanProjection(); ^^^^^^^ com.cba cannot be resolved to a type ---------- 4. ERROR in /com/pegarules/generated/activity/ra_action_calculatecafejava_65fa7a1c5295de3c50c1fdfe74921ed0.java (at line 349) com.cba.rbs.homeloans.LoanProjectionItem[] loanProjectionItems = ^^^^^^^ com.cba cannot be resolved to a type ---------- 5. ERROR in /com/pegarules/generated/activity/ra_action_calculatecafejava_65fa7a1c5295de3c50c1fdfe74921ed0.java (at line 356) com.cba.rbs.homeloans.LoanProjectionItem lastItem = ^^^^^^^ com.cba cannot be resolved to a type ---------- 6. ERROR in /com/pegarules/generated/activity/ra_action_calculatecafejava_65fa7a1c5295de3c50c1fdfe74921ed0.java (at line 397) com.cba.rbs.homeloans.LoanProjectionItem itemExpiry = ^^^^^^^ com.cba cannot be resolved to a type ---------- 6 problems (6 errors) Compile failed.