I have the sample Messager Service activity and service working but I seem to only be able to pass a message from the activity (client) to the service.
Anyone have an an example of how to send a request (using Messanger) from the activity to the service AND get a response back (preferable a synchronous response but asynch is OK)?
Regards, Jim