OPA vs Business Rules - Input / Output formats
We're thinking about using OPA to write rules, however our input is xml and output is the same xml currently (which is used to create a large number of reports). Does OPA support that? I only see CSV and Databases as the valid inputs? We would like this to run "offline" in an application using a large xml worth of various data so CSV and database connections would not be approapriate. I know Business Rules is an alternative (can run offline outside of SOA i believe using the java api?) but Im trying to determine if OPA is an option available to us in this case.
large XML(s) ---> Rules (via Java command line) ---> Results XML (built from the various xmls and results) --> various reports created
Edited by: user12626385 on 02-Nov-2012 07:36
Edited by: user12626385 on 02-Nov-2012 07:58