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