Hi! I am developing some WS after operation rule. I would like to play with json response payload. How can I upload jar to VA, in order to use javax.json, or org.json libraries?
Besides uploading jar, is some other setup I have to configure?
Hi! I am developing some WS after operation rule. I would like to play with json response payload. How can I upload jar to VA, in order to use javax.json, or org.json libraries?
Besides uploading jar, is some other setup I have to configure?
@jsosa Usually, majority of all the JSON related methods and operations are included by default to be invoked in your rules and can be made use of. You can import the below statements in your code and look at the javadoc to use the right methods:
Below is the link to javadoc if you’d like to check out the detailed list of methods:
SailPoint usually recommends to use SailPoint provided OOTB classess & methods to accomplish your requirements for security and performance reasons.
However, the process to import and use the JARs would more or less remain the same as mentioned in this thread : How to import external jar libraries to use in connector rules?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.