Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi Pat,
using the wargenerator included with soapUI Pro you should be able to specify a directory instead of a file - soapUI will attempt to read this as a composite project - have you tried that?
regarding the automated way to change the project from composite to non-composite;
def project = .. get project ..
project.composite = true / false
project.save()
should do the trick
regards!
/Ole
SmartBear Software
using the wargenerator included with soapUI Pro you should be able to specify a directory instead of a file - soapUI will attempt to read this as a composite project - have you tried that?
regarding the automated way to change the project from composite to non-composite;
def project = .. get project ..
project.composite = true / false
project.save()
should do the trick
regards!
/Ole
SmartBear Software