Forum Discussion
avanlooveren
17 years agoNew Contributor
Do I need to have the Pro version of SoapUI to use the XQuery option in a PropertyTransfer TestStep? I cannot get it to work. Even returning a constant:
{
let $x := 1
return {$x}
}
does not seem to work. I have confirmed that my XPath for the destination/target was correct using XPath for the source, but cannot get XQuery working in the source. I get java.lang.reflect.InvocationTargetException with basically anything I've tried.
{
let $x := 1
return {$x}
}
does not seem to work. I have confirmed that my XPath for the destination/target was correct using XPath for the source, but cannot get XQuery working in the source. I get java.lang.reflect.InvocationTargetException with basically anything I've tried.