private void resolveImportedMockService( WsdlMockService mockService )
{
ResolveDialog resolver = new ResolveDialog( "Validate MockService", "Checks MockService for inconsistencies",
null );
resolver.setShowOkMessage( false );
resolver.resolve( mockService );
}
// we switch from check to scan, and then we work with scans only
// quick and dirty way to get this done
private static Map<String, String> checkToScanMap = initCheckToScanMap();