Is there any way to call the MS CRM web service from JavaScript from a web page that is NOT a CRM web page (i.e., not in the load or save event in a CRM form, but from a stand alone web page)? A second question: is there any way to call the MS CRM Web Service from VBScript?
Ideally I’d like to do this in CRM 2011, but would be happy to have an example from CRM 4.0.
I’m thinking I’m going to have to write a wrapper web service to do this but I would rather not go that route unless necessary.
From my reading and experimentation, it is not possible to call the oData endpoint from an external application that is not hosted within Dynamics CRM.
See http://my.safaribooksonline.com/book/-/9780470568149/chapter-22-working-with-server-side-customizations/585
My understanding is that WCF is the way to go for external applications.