[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Embed Corticon in a .Net Service as a library: Is it a supported scenario, and is there

  • Thread starter Thread starter A_Haddad
  • Start date Start date
Status
Not open for further replies.
A

A_Haddad

Guest
I confirm that you can embed Corticon calls in your .Net application. I did some POC using version 5.4.1.0 some time ago. I think this aspect is documented in the .Net Corticon server (have a look on Home > Corticon Server: Deploying Web Services with .NET > Using .NET Business Objects as payload for Decision Services ) From memory : - You have to add DLL files you will find after installing the .Net server version of Corticon in the references of your .Net application. - Then, in your .Net application, you will have to call methods very similar to what happens with a remote call : i.e. you'll have to start a (local) CorticonServer, load some rules on it, and then call them But I don't remember if you'll have to used some IKVM utilities to convert your business .Net entities to some .jar package? In all cases, there is a basic .Net sample called "jom" you can find in "samples" folder under your Corticon .Net server installation path showing all the necessary steps. I hope this can help.

Continue reading...
 
Status
Not open for further replies.
Back
Top