CCantrell18 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 Contributor18 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 DiscussionsSignature\Encryption tags missing in Security HeaderCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1
Related ContentConvert curl request to SoapUI Requestneed help with setNodeValueRequest Body Missing in Raw Request view