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