}
else if("boolOperation".equals(methodToExecute)){
BodyParamBoolObject body = new BodyParamBoolObject();
body.setBodyParameter(true);
try {
BoolOperationResponseObject response = client.boolOperation(ctx, false, true, body);
this.actualResponse = new JSONObject(response.toString());
} catch(SimpleException e) {
this.actualResponse = null;
this.exceptionResponse = e;
} catch(JSONException j){
this.actualResponse = null;