*/
public void testUnMarshalException() throws Exception
{
Object objHome = getInitialContext().lookup("marshalliiop/MarshallSession");
objHome = PortableRemoteObject.narrow(objHome, MarshalSessionHome.class);
MarshalSessionHome marshalHome = (MarshalSessionHome) objHome;
MarshalSession marshalSession = marshalHome.create();
TestPayload payload = new TestPayload();
try
{
marshalSession.testMethod(payload);