I have deployed the vacation-rule example as provided in business rule tutorial in bluemix. I am able to execute the rule and see the result using Rule Execution Server in bluemix. But when I am trying to call it from a java client using the REST url then the result is not coming. My REST execution URI is **https://brsv2-ead40654.stage1.ng.bluemix.net/DecisionService/rest** and the rule deployment console in eclipse is showing the following details **The "vacations-RuleApp" RuleApp project was successfully deployed on the "IBM WebSphere AS 8.5" configuration. /vacationsRuleApp/1.0 -> /vacationsRuleApp/1.0: Element added /vacationsRuleApp/1.0/vacationsRuleProject/1.0 -> /vacationsRuleApp/1.0/vacationsRuleProject/1.0: Element added XOM Deployed : resuri://vacations.zip/1.0**. The REST endpoint URL that I am hitting is **https://brsv2-ead40654.stage1.ng.bluemix.net/DecisionService/rest/vacationsRuleApp/1.0/vacationsRuleProject/1.0** based on the above details. The result I am getting in the console is as follows:- Invoking with: { "theEmployee": {"id": "EMP001", "seniority": 10} } Response: {"employee":null,"DecisionID":"da3ca2c0-e0b9-4091-928a-0fee230cf6560"} Invoking with: {"theEmployee":{"id":"EMP002","seniority":20,"nbOfExtraVacationDaysBasedOnSeniority":0.0}} Response: {"employee":null,"DecisionID":"63cbafcb-73fb-430e-9181-9daef399eab10"} Can someone please let me know what I am doing wrong?
How do we monitor the Rules service in Bluemix as the Decision Warehouse is not available to use? 2 Answers
Rules not firing when using Sequential algorithm 1 Answer
Matters that require attention when they use Business Rules Service of Bluemix as ODM runtime. 2 Answers
Issue with HTDS signature : double wrapped complex BO type parameters 1 Answer
I'm not able to deploy rules to my Target Server on Bluemix? 2 Answers