Hi
I have set up a CRM Online Trial and also a Windows Azure Trial.
I have implemented the following SDK Sample Code and got it all working:
Sample: Azure Aware Custom Plug-In
Sample: Azure Aware Custom Workflow Activity
Sample: One-Way Listener
Sample: Queue Listener
Sample: Two-Way Listener
Sample: REST Listener
This places the execution context on the Windows Azure Service Bus. It can be picked up off the bus by other Azure hosted Apps and manipulated. What I cannot work out is how to send the manipulated data back to CRM Online. I can put it back on the bus, but cannot identify a mechanism (or any sample code) for CRM to pick it up off the bus and process it.
What is the best practice, or technically correct, way of passing data back into CRM in this scenario?
Are there any samples showing how this is done?
Thanks
Peter