CCantrell17 years agosetNodeValue in RequestBased on the following code from the Help documentation def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context ) holder = groovyUtils.getXmlHolder( "Book Author Se...Show More
omatzuraSuper Contributor17 years agoHi,the setNodeValue expects two string arguments, please try holder.setNodeValue( "//v1:retrieveProduct/arg0", "2" )orholder["//v1:retrieveProduct/arg0"] = "2"instead.regards,/Oleeviware.com
Recent Discussions20 years of SoapUI - Share your storySoapUI 5.9.1 displays "[]" as "<Empty JSON content>"SoapUI - Apache Commons FileUpload (CVE-2025-48976)(High)
Related ContentConvert curl request to SoapUI Requestneed help with setNodeValueRequest Body Missing in Raw Request view