.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 );