// Do the same for the second Message Context
MessageContext mcRead2 = deserializeMessageContext(baos2);
ConfigurationContext configContext2 = endpointDesc2_redo.getServiceDescription().getAxisConfigContext();
assertNotNull(configContext2);
assertSame(configContext1, configContext2);
mcRead2.activate(configContext2);
AxisService asRead2 = mcRead2.getAxisService();
assertNotNull("AxisService was not activated", asRead2);
assertEquals(axisService2_redo.getName(), asRead2.getName());
assertSame(axisService2_redo, asRead2);
AxisServiceGroup agRead2 = mcRead2.getAxisServiceGroup();