RestService restService = ( RestService )project
.addNewInterface( project.getName(), RestServiceFactory.REST_TYPE );
UISupport.select( restService );
try
{
new WadlImporter( restService ).initFromWadl( url );
if( dialog.getBooleanValue( Form.GENERATETESTSUITE ) )
{
GenerateRestTestSuiteAction generateTestSuiteAction = new GenerateRestTestSuiteAction();
generateTestSuiteAction.generateTestSuite( restService, true );