Hi Guys,
Does anyone have details for integration of Python with Corticon Decision Service? Please provide sample Python program which consume Coritcon Decision Service as REST if anyone already done this.
Also please let me know the compatible version of Python and Corticon which supports REST service interaction. Let me know about the configurations as well that we should consider for consuming Corticon Service from Python through REST call.
Thanks in advance,
I checked this directory. But i didn't find any samples. There is no directory like "\Samples\Clients\Python\RESTClient". If possible please attach files present in that directory. It would be very helpful.
Thanks in advance.
I checked this directory. But i didn't find any samples. There is no directory like "\Samples\Clients\Python\RESTClient". If possible please attach files present in that directory. It would be very helpful.
Thanks in advance.
Thank you so much for your help. I am using Corticon 5.5, I believe that's why that folder is not present in my system. Just one question, Corticon 5.5 support REST calls ?
Thanks for your help. Could you please tell me the Python version also which support consuming REST service calls?
OK Thanks,
Just wanted to know whether we have flexibility to write Python code in Corticon itself? Like we can write Java code in Corticon so do we have capability to Python code as well in Corticon?
We've not certified any specific versions of python with Corticon. Corticon can be deployed as a REST service and python can call REST services. As long as your able to make the call and pass compliant JSON, you should be able to integrate.
Corticon has no ability to generate Python code. You may be able to run Corticon in-process and call it directly from Python script using Jython. This is not something we've tried or certified. Having worked with Jython in a past job I suspect it would work but can make no guarantees.