cancel
Showing results for 
Search instead for 
Did you mean: 

How to add External Jars to Cloud Integration Content?

justin_santhanam
Active Contributor
0 Kudos

Hello all,

I have a question regarding adding the External Jars (XMLSlurper for Groovy) to Cloud Integration Content on SAP PO 7.5 .

I have custom IFLOW built on SCPI, added the jars on the Resources tab.

- Downloaded the Package from SCPI, deployed the artifact in Cloud Integration Content in PO 7.5 Cockpit

- When I run the process it's complaining that it can't able to recognize the XMLSlurper class.

What am I missing here? Any help is highly appreciated!

Thanks,

Justin.

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

I apologize, it's my bad. I had wrong way of casting the message (Message). Also I don't need to importexternal jar to use XmlSlurper.


Closing the thread!

justin_santhanam
Active Contributor
0 Kudos

I was looking into the package that I have downloaded and looked at the two folders of my interest. My GroovyScript is in the script folder, and my XMLSlurper jar is in the lib folder

The Script reference to the library as below. Should I change the Import statement to reflect the folder structure? Or it doesn't matter.

Thanks,

Justin.