@Test
public void testCallbackWorks() throws Exception
{
final Map<String, String> result = new HashMap<String, String>();
ClientCallbackOperations callbackServant = new ClientCallbackOperations()
{
public void hello(String message)
{
synchronized(result)
{