
Hello
I would like to verify something with the community. From what I have read in the knowledge base it turns out that SOAP WS's support Execute but do not support OAuth and on the other hand CRM Online supports only OAuth but REST doesn't support the Execute action. For me it is a bit of a Catch 22 situation.
Is my only option to use the native SDK libraries via which I should invoke Execute? What we want to do is to invoke Actions from BizTalk via Web Services. For BizTalk we have an adapter which will do the work but in order to test we wanted to use the WS and not code but maybe it's no option...
Cheers
*This post is locked for comments
I have the same question (0)These are the most common links I found for Dynamics CRM 2013/2015 Custom Actions and how to use Custom Actions
Dynamics CRM 2013 SDK Custom Actions Overview
community.dynamics.com/.../dynamics-crm-2013-sdk-custom-actions.aspx
community.dynamics.com/.../microsoft-dynamics-crm-2013-sdk-new-features-custom-actions.aspx
Microsoft Dynamics CRM 2013: Actions walkthrough for .Net and Javascript developers
a33ik.blogspot.com/.../custom-actions-walkthrough-for-net-and.html
Introduction to Actions in CRM 2013
inogic.com/.../introduction-to-actions-in-crm-2013
For BizTalk integration I will not recommend using the REST, even that BizTalk have a REST adapter that can be used with no custom code, however not all the SDK calls are implemented in REST endpoints. Using the SOAP will be the recommended option
The following is a good custom adapter walk-through for BizTalk integration with CRM
blog.eldert.net/integrating-crm-2011-with-biztalk-2010-continued
Hope this help you.