binding.arrayInout(new ArrayHolder(new String[] {"hee", "hee"}));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re);
}
try {
String[] value = binding.arrayOut();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re);
}
try {
binding.arrayMIn(new int[][][] {new int[][] {new int[] {2}}});