I’m tyring to execute a ruleset by running (WmBusinessRules)pub.businessrules.client:invoke in IS, but getting:
Could not run ‘invoke’
com.wm.app.b2b.server.ServiceException: com.softwareag.rules.runtime.exception.RESLicenseFeatureException: The following feature is used but not licensed: [PublicAPI]
at com.softwareag.rules.runtime.is.consumer.UnlicensedRuleConsumerISWrapper.handleUnlicensedMethodCall(UnlicensedRuleConsumerISWrapper.java:51)
at com.softwareag.rules.runtime.is.consumer.UnlicensedRuleConsumerISWrapper.invoke(UnlicensedRuleConsumerISWrapper.java:33)
at pub.businessrules.client.invoke(client.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
…