Hi!Is there any good way to detect if a service is running local or remote ? I guess I could check the instance of the returned proxy and see if it is the implementation class or not, but it feels a bit ugly, is there some other nicer way to do this ?
- Check service location possible ? Mikael
- Re: Check service location possible ? Alex Plehanov