throw new junit.framework.AssertionFailedError("methodSoapFloat Exception caught: " + re );
}
try {
java.lang.Double sendValue = new java.lang.Double(193049.0394D);
DoubleWrapperHolder dh = new DoubleWrapperHolder(sendValue);
java.lang.Double actual = binding.methodSoapDouble(sendValue, dh);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodSoapDouble Exception caught: " + re );
}
try {
java.math.BigDecimal sendValue = new java.math.BigDecimal("1205.258");