A successful completion will have a single value:
z
105106107108109110111112113114115
} catch (Throwable e) { log.log(Level.WARNING, e.toString(), e); out.startReply(); out.writeFault("ServiceException", e.getMessage(), e); out.completeReply(); } out.flush(); }