Service: GetInferenceRules
Parameters:
| Parameter Name | Function | Is Mandatory |
|---|
| ie | An inference engine URI | YES |
The response is a text tagged with one or more of the following elements:
| Tag | Name | Meaning |
|---|
| RC | Return Code | 0 if successful; >0 if fail |
| primitiverule | Primitive rule | A response for this service has as many elements of this type as are the number of primitive rules associated with the inference engine specified. |
| primitiverule/uri | Rule URI | URI of the associated primitive rule |
| primitiverule/name | Rule name | name of the associated primitive rule |
| errormsg | Error message | A description of the error when RC>0 |