TestWSGetClient testClient = new TestWSGetClient(invocation, params);
testClient.setWebserviceHistoryService(historyService);
testClient.setHttpClient(httpClient);
// create a throttling service that allows calls at any rate
ThrottleService throttleService = mock(ThrottleService.class);
testClient.setThrottleService(throttleService);
return testClient;
}