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