// throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
// }
try {
org.apache.axis.types.Time sendValue = new org.apache.axis.types.Time("15:30:45.245Z");
TimeHolder ch = new TimeHolder(sendValue);
org.apache.axis.types.Time actual = binding.methodTime(sendValue, ch);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodTime Exception caught: " + re );
}
try {
UnsignedLong sendValue = null;