Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
There is no such option included in soapUI but you could do it fairly easy using our API (http://www.soapui.org/apidocs/pro/) .
Basically you would have something like
WsdlProjectPro project = new WsdlprojectPro(path);
...
project.setComposite( false );
...
project.save();
Hope this helps!
Regards,
Dragica
/SmartBear Sweden
There is no such option included in soapUI but you could do it fairly easy using our API (http://www.soapui.org/apidocs/pro/) .
Basically you would have something like
WsdlProjectPro project = new WsdlprojectPro(path);
...
project.setComposite( false );
...
project.save();
Hope this helps!
Regards,
Dragica
/SmartBear Sweden