HTTPResponse res = HTTPEngine4Impl.post(
HTTPUtil.toURL(url,true),
client.getServerUsername(),
client.getServerPassword(), -1L, -1, config.getWebCharset(), "Railo Remote Invocation", client.getProxyData(), null,params);
return new JSONExpressionInterpreter().interpret(pc, res.getContentAsString());
}
catch (IOException ioe) {
throw Caster.toPageException(ioe);
}