jbossdemocentral / brms-loan-realtime-decision-server-demo

This JBoss BRMS demo project will provide you with an example of creating, deploying and leveraging a set of rules (decision table) in a Realtime Decision Server. You will be given examples of calling the rules as if using it from an application with the RestAPI that is exposed.
11 stars 18 forks source link

Updated URL for Realtime Decision Server #11

Closed sutaakar closed 8 years ago

sutaakar commented 8 years ago

Also I got response without values when executing URL from point 18. Can you please check if guided table and requests are correct?

Response I got for request on point 18: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <execution-results> <results> <item key="loan"/> <item key="applicant"/> </results> <facts> <item key="loan"/> <item key="applicant"/> </facts> </execution-results>
eschabell commented 8 years ago

Sorry, I did this before I saw the PR, closing it out as applied.