try {
sendValue = new UnsignedLong(18446744073709551600D);
} catch (Exception e) {
}
UnsignedLongHolder ch = new UnsignedLongHolder(sendValue);
UnsignedLong actual = binding.methodUnsignedLong(sendValue, ch);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodUnsignedLong Exception caught: " + re );
}
try {
UnsignedInt sendValue = null;