-
Javilete started the topic groovy script imports classes from other folders fails in the forum Identity Management 4 years, 1 month ago
I have a groovy script that triggers correctly in OpenIdm but this script uses instances of classes from other folders. When the script runs it throws an exception saying it can not find the imports at the top of the script.
An example would be the following:/myScript.groovy
import com.MyClassMyClass mc = new…[Read more]
-
Javilete replied to the topic OpenIDM 5.5 external/rest call throws No content to map due to end-of-input in the forum Identity Management 4 years, 1 month ago
After further investigation, it seems that 204 No Content is not a valid response from a external service when using “external/rest” API. In the case of a DELETE 204 No Content is a valid response and it throws the same error. I guess it is the internal client used by OpenIDM to send HTTP requests