throws Exception
{
BigDecimal testValue = new BigDecimal("471.1");
Any outAny = setup.getClientOrb().create_any();
outAny.insert_fixed(testValue,
setup.getClientOrb().create_fixed_tc(
(short)4,(short)1));
assertEquals(testValue, outAny.extract_fixed());
Any inAny = server.bounce_any(outAny);