lastUnmarshallInfo = response.unmarshall(messageBody, new Properties());
}
else {
messageBody = readResponse(httpResponse.getEntity().getContent());
response = new DepositResponse(status.getCode());
response.unmarshallErrorDocument(messageBody);
}
return response;
} catch (NoSuchAlgorithmException nex) {
throw new SWORDClientException("Unable to use MD5. "