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 {
int[][][] value = binding.arrayMOut();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re);
}
ComplexAll complexAll = new ComplexAll();
complexAll.setAreaCode(512);