*/
private String processAsDsmlResponse( StudioNamingEnumeration ne, StudioProgressMonitor monitor )
throws NamingException, LdapURLEncodingException
{
// Creating the batch reponse
BatchResponseDsml batchResponse = new BatchResponseDsml();
processAsDsmlResponse( ne, batchResponse, monitor, searchParameter );
// Returning the associated DSML
return batchResponse.toDsml();
}