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 DiscussionsLicense/manager questionUnable to authenticate license in Ready API Login button unresponsiveReadyApi 3.64.0 parallel execution
Related ContentDynamic request creation with Groovy - element CreateCreate json in GroovyGroovy script to count JSON elements found by a JSONPath query