} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("arrayMInout Exception caught: " + re);
}
try {
ArrayMHolder value = new ArrayMHolder();
binding.arrayMOut(value);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("arrayMOut Exception caught: " + re);
}
try {
int[][][] value = binding.arrayMReturn();