There seems to be need for being able to transfer ownership of objects
between participants. We have briefly discussed something like this
with Ben:
TransferRequest {
MessageId
SourceParticipantId
TargetParticipantId
ObjectId
}
TransferResponse {
MessageId
RequestMessageId
FailureCode
}
Regards,
Tommi