RJanecekRegular Contributor14 years agoCreate xml element with groovy and use itHi, I wanna load property from data source then in groovy script I wanna create element with this property element = "<data>" + datafromdatasource + "</data>" end then I wanna use this element ...Show More
RJanecekRegular Contributor14 years agook never mind I just solved it. I created element in groovy script and then set it to contextcontext.setProperty( "element", element )
Recent DiscussionsImporting project from old ready api version to new 5.7.1Getting error “this.wss container is null “when started using new ready api 5.7Problem with ${#Project#Token} and Environments
Related ContentDynamic request creation with Groovy - element CreateCreate json in GroovyGroovy script to count JSON elements found by a JSONPath query