Discussion
Ford
IN
Last activity: 29 Sep 2016 6:12 EDT
Failed to retrieve Rule-Service-SOAP instance using default rulesets
Hi,
I have created a service soap which will create a WO using required input and send WO id as response.This will be accessed by external system.
Issue1: When I try to simulate the service soap using "Supply SOAP request envelope ", the default request is populated with the below error message.
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
*** ERROR: Database-BadClassDef-BadObjectClass LP7-TDM-Work-MATURITY ***
</soap:Body>
</soap:Envelope>
Issue 2: When I simulate by passing the input tags, I am getting below error in simulation result.
com.pega.pegarules.pub.PRException: Failed to retrieve Rule-Service-SOAP instance NDOPack.Services.SampleServiceAct using default rulesets (Data-Admin-ServicePackage NDOPack doesn't exist)
From: (AD6DA3774B970B284E3CD71E18E99642B:NDOPACK)
Please any one help me on this issue.