ConfigurationDefinition definition = loadServiceDescriptorElement("simpleGroupNoSpecial");
//Formally construct the json response
ObjectMapper mapper = new ObjectMapper();
ComplexResult result = mapper.readValue(resultString, ComplexResult.class);
JsonNode json = mapper.valueToTree(result);
//Create fake connection and prepopulate the response.
FakeConnection connection = new FakeConnection();
connection.setContent(json);