returnEndpoint = acMsg.getEndpoint();
returnInstanceId = acMsg.getInstanceId();
} else if (StdMsgContext.CMD_PROCESS_STOP.equalsIgnoreCase(cmdBpm)) {
ProcessStopMsg psMsg = stdMsgContext.bindProcessStopMsg(request);
System.out.println(psMsg);
pms.processStop(psMsg);
} else if (StdMsgContext.CMD_APPROVAL_DRAFT.equalsIgnoreCase(cmdBpm)) {