I have an IBM ODM server installed with a ruleset on it. I've tested the ruleset using native tools.
Now I want to call a rule using JSON and the REST API available in ODM.
I know the REST URL, which looks something like this:
http://server:port/DecisionService/rest/MyRule/1.0/MyRuleset/1.0
What I need to know, preferably by example, the basic structure of the JSON I need to send to that URL when when I POST to it. I know that some of the JSON will be specific to the parameters my rule accepts, but I think I can figure that out given an example "wrapper".
Thanks,