* @throws Exception if there is a problem with the test.
*/
@Test(groups = {"invocationContext", "proceed"})
public void testProceed00() throws Exception {
ItfOneMethod00 icBean = getBeanRemoteInstance(SLSBInvocationContext03.class, ItfOneMethod00.class);
icBean.doOne(null);
}
}