Details
Description
When I set the tag in the body the tag is sent in the message:
executionReport.setField(new BooleanField(43, true));
But not when I set it in the header:
executionReport.getHeader().setField(new BooleanField(43, true));
Is there a way to force header tags to be sent?