Does anyone know of a tool that supports callbacks?
+1
A:
Duplex WCF services are supported in WCFStorm. Basically what you'll need to do is
- Discover the duplex service
- Save the generated proxy assembly
- Implement the callback interface exposed by the service
Load the resulting dll into wcfstorm.
Here's the full steps (with sample code)