> Since dynamic client is done using the magic method __call , having > multiple proxys is not going > to solve the issue. You would have a separate proxy for each interface. Why would this not solve the issue? You also have a getProxy(interface) method on the client. James