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