value = binding.enumReturn();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("enumReturn Exception caught: " + re );
}
try {
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"}));