Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
SmartBear Support does not support custom groovy script requests.
But to give an example of how to write the updated xml back to a file try:
def f = new File("C:\\test.xml")
f.write(holder.xml,"UTF-8")
Regards,
Marcus
SmartBear Support
SmartBear Support does not support custom groovy script requests.
But to give an example of how to write the updated xml back to a file try:
def f = new File("C:\\test.xml")
f.write(holder.xml,"UTF-8")
Regards,
Marcus
SmartBear Support