Let\'s say we have CQRS-inspired architecture, with components such as Commands, Domain Model, Domain Events, Read Model DTOs. Of course, we can use Value Objects in our Dom
Similar to other answers, in SOA this would break encapsulation of the service as the domain is now leaking out.