I have a groovy script where i use the following code ;
providedscripts.BonitaXML.evaluateXPathOnVariable(responseDocumentBody, “/getSomething/text()”)
Tried to use import.providedscripts.Bonitaxml but it gives me an error → unable to to resolve providedscripts.
Any idea how i can resolve this?
Regard,
A.