{
response = foreman.makeAPICall(OrdersBuilder.postOrder(account.getId(), b.build().toString(), ResponseFormat.XML));
}
catch (ForemanException e)
{
throw new UtilityException("Make API Call", e);
}
map = handler.parseMarketOrder(response.toString());
}