dudenumber4 wrote:In the interview, Steve mentions that it's basic to loosely coupled services that object references not be passed around.I am developing a web service that takes as it's only input param an object (just a structure, really). That way I can add new parameters to the service by adding properties to that object w/o breaking existing clients.Am I violating this loosely coupled rule?