binding.anyIn(new java.lang.String("hi ho"));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("anyIn Exception caught: " + re );
}
try {
binding.anyInout(new ObjectHolder(new java.lang.String("yo ho ho")));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("anyInout Exception caught: " + re );
}
try {
ObjectHolder value = new ObjectHolder();