I have noticed that when a service is invoked that returns a null response, the null response is not returned to the channel. I had done this in a junit test on a more complex service and the junit did not get back the null response to complete. As an example if you use the hello world example and return null, the thread will not return. What happens to the Generic Message? How is this best handled? It seems the behavior is the same on all channel implementations.


Reply With Quote