jsonWriter.setLenient(true);
jsonReader.setLenient(true);
writeRequest(jsonWriter);
jsonReader.skipValue();
String responseString = serverOutStoringReader.getStoredInput().toString();
return responseString;
}
} catch (IOException ioe) {
throw errorBail("Exception during client request.", ioe);