private void checkServerCtx(ClientRequestInfo info)
{
// _get_theField is handled in the forwarded target without interceptors.
if (!info.operation().equals("_get_theField"))
{
ServiceContext se = info.get_reply_service_context(6001);
if (se.context_data.length != 0)
{
throw new RuntimeException(
"C ERROR Server side context 6001 is not present in reply."
);
}
ServiceContext sx = info.get_reply_service_context(6002);
if (sx.context_data.length != 0)
{
throw new RuntimeException(
"C ERROR Server side context 6001 is not present in reply."
);