options.setProperty(Constants.Configuration.ENABLE_REST, Constants.VALUE_TRUE);
options.setProperty(Constants.Configuration.ENABLE_REST_THROUGH_GET, Constants.VALUE_TRUE);
//if post is through GET of HTTP
OMElement response = call.invokeBlocking("webSearch", data);
response.serialize(System.out);
}
}