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