@Test
public void test_any_sequence() throws Exception
{
Any contentAny = setup.getClientOrb().create_any();
contentAny.insert_boolean(true);
Any[] testValue = new Any[] { contentAny };
Any outAny = setup.getClientOrb().create_any();
MyAnySequenceHelper.insert(outAny, testValue);