if( !UISupport.confirm( msg, "Clone MockService" ) )
return null;
for( WsdlInterface iface : requiredInterfaces )
{
targetProject.importInterface( iface, false, true );
}
}
mockService = targetProject.importMockService( mockService, name, true, description );
UISupport.select( mockService );