/* 109 */ if (!_is_local())
/* */ {
/* 117 */ InputStream in = null;
/* */ try
/* */ {
/* 120 */ OutputStream out = (OutputStream)_request(operationName, true);
/* */
/* 122 */ stubStrategy.writeParams(out, params);
/* 123 */ trace("sent request: " + operationName);
/* 124 */ in = (InputStream)_invoke(out);
/* 125 */ if (stubStrategy.isNonVoid()) {