When trying to write a service call-out, I try to access the server ojbect as below:
ICcServer iServer = CcServerFactory.getCcServer()
but cannot seem to find the right JAR for it. Using Studio v5.4.1.3. How is the metainf needs to be for it to be able to import?
Our current metainf is:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Extended Operators Core Plug-in
Bundle-SymbolicName: com.corticon.eclipse.studio.operations.extended.core
Bundle-Version: 5.4.99
Bundle-Vendor: M2
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime,
com.corticon.legacy,
com.corticon.services,
com.corticon.thirdparty
Export-Package: .,
com.m2.corticon.extended.operators
Eclipse-RegisterBuddy: com.corticon.legacy
Nuri, sorry for the delay. We'll get back to you on this shortly.
Jim
Hi Nuri,
Can you give a bit more information on why you are trying to access the ICcServer object inside a service callout? The reason I ask is because the service call outs are designed for external integration. Using ICcServer inside the service call out creates a circular dependency between the CcServer and the service callouts.
There might be workarounds to this problem, but a more information is needed on your use case.
-Prashant
Hello,
I was examining the sample document to call another Decision Service as described in the document:
"How to Invoke Corticon Decision Services from a Corticon Decision Service"
which is uploaded in the documents section.
And I wanted to examine the java side but could not go forward. There is no actual business need right now, just trying to learn the capabilities.
Regards,
Nuri