
How do we implement or use Service Oriented Architecture (SOA) and Enterprise Service Bus (ESB) in Dyanmic CRM ..?
*This post is locked for comments
I have the same question (0)Hi Ram,
Dynamics CRM has built in support for publishing messages to the Azure Service Bus. Hitachi solutions have a great post on how to get this setup - us.hitachi-solutions.com/.../hands-application-integration-dynamics-crm-using-azure-service-bus
Of course, talking in the other direction is simple using the WebAPI - msdn.microsoft.com/.../gg327838.aspx
I think the best advice I can give you is to avoid putting data into the messages - and focus on events instead - you can then read the most recent data from your ESB when needed using the WebAPI.
Hope this helps