I am writing an query extension that accepts an XML object and returns an XML object. I need to be able to parse the XML that comes in the input parameter. I assumed that at least JDOM would be in the classpath, so I tried to use JDOM to do the parsing. But, I am getting the error: INOSXE7114: Java error: java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder.
How do I include external jars in the classpath of sxs?
If possible, I’d like to use a different DOM library than JDOM, but at this point anything would suffice.
Thanks!
-Patrick
#Tamino#API-Management#webMethods