this.getData().getAttribute(USER_ATTR),
this.getData().getAttribute(PASSWORD_ATTR),
DEFAULT_CHARSET, responseCharsetName, null);
if(data.getResponseError()!=null)
throw new HttpException(data.getResponseError());
} catch(Exception e){
logger.logMessage(e.toString(), this, MessageLogger.ERROR);
PipeComponentUtils.failTransfer();
}
logger.logMessage("Request complete", this, MessageLogger.DEBUG);