XmlObject body, String... descriptionAndAnnotation) {
if (context == null)
throw new RuntimeException("Context passed was NULL.");
SendingResultDocument activity = SendingResultDocument.Factory.newInstance();
ResultResponderType activityType = activity.addNewSendingResult();
// set the receiver to the remote entity
if (context.getRemoteEntity() != null) {
activityType.addNewReceiver().set(context.getRemoteEntity().toBaseIDType());
} else {