monitor.beginTask( BrowserCoreMessages.jobs__import_dsml_task, 2 );
monitor.reportProgress( " " ); //$NON-NLS-1$
monitor.worked( 1 );
Dsmlv2Engine engine = new Dsmlv2Engine( browserConnection.getConnection().getHost(), browserConnection
.getConnection().getPort(), browserConnection.getConnection().getBindPrincipal(), browserConnection
.getConnection().getBindPassword() );
try
{
// Executing the DSML request and getting the response
String response = engine.processDSMLFile( dsmlFile.getAbsolutePath() );
// Saving Response if needed
if ( responseFile != null )
{
FileOutputStream fout = new FileOutputStream( responseFile );