}
initMethod(method, sessionInfo);
if (batchId != null) {
// add batchId as separate header
CodedUrlHeader ch = new CodedUrlHeader(TransactionConstants.HEADER_TRANSACTIONID, batchId);
method.setRequestHeader(ch.getHeaderName(), ch.getHeaderValue());
}
getClient(sessionInfo).executeMethod(method);
method.checkSuccess();