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