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