} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("complexAllInout Exception caught: " + re );
}
try {
ComplexAllHolder value = new ComplexAllHolder();
binding.complexAllOut(value);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("complexAllOut Exception caught: " + re );
}
try {
ComplexAll value = null;