tags:

views:

117

answers:

2

Does anyone know of a tool that supports callbacks?

+1  A: 

Yes, I do. You'll have to write a client.

John Saunders
+1  A: 

Duplex WCF services are supported in WCFStorm. Basically what you'll need to do is

  1. Discover the duplex service
  2. Save the generated proxy assembly
  3. Implement the callback interface exposed by the service
  4. Load the resulting dll into wcfstorm.

    Here's the full steps (with sample code)