request.param("extTID", "1");
request.param("extAction", "uploadService");
request.param("extMethod", "upload");
request.param("extType", "rpc");
request.param("name", "Ralph");
request.param("age", "20");
request.param("admin", "true");
request.param("salary", "12.3");
request.param("result", "theResult");
request.file("fileUpload", "the content of the file".getBytes());