binding.anyInout(new javax.xml.rpc.holders.ObjectHolder(new java.lang.String("yo ho ho")));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
try {
java.lang.Object value = binding.anyOut();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
Cat cat = new Cat();
cat.setPurr("meow");