String... descriptionAndAnnotation) {
if (context == null)
throw new RuntimeException("Context passed was NULL.");
InvokingServiceSucceededDocument activity = InvokingServiceSucceededDocument.Factory.newInstance();
AcknowledgeSuccessType activityType = activity.addNewInvokingServiceSucceeded();
// set the remote entity as receiver
if (context.getRemoteEntity() != null) {
activityType.addNewReceiver().set(context.getRemoteEntity().toBaseIDType());
} else {