inputStruct.setIntType(10);
inputStruct.setLongType(20);
inputStruct.setStringType("one");
inputStruct.setFieldDirty(UnitTestStruct1.Field_VECTOROFSTRINGS);
inputStruct.getVectorOfStrings().add(new TextBytes("one"));
inputStruct.getVectorOfStrings().add(new TextBytes("two"));
inputStruct.getVectorOfStrings().add(new TextBytes("three"));
OutgoingMessageContext<UnitTestStruct1, UnitTestStruct1> request = new OutgoingMessageContext<UnitTestStruct1, UnitTestStruct1>(
"testService", "testMethod", inputStruct, outputStruct, null);
request.setRequestId(10);