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