Hi All,
Has anybody tried accessing the new CRM Web API in outlook offline. I have created custom html page and currently using javascript ajax call to connect to CRM Web API. It works fine on the browser and in CRM Outlook Online but it doesn't seem to have support
for the offline client?
The error that I get when I try to use the Web API in the offline mode is:
Server Error in '/' Application.
HTTP Error 404 - Not Found.
Version Information: Cassini Web Server 8.0.0.0
This is the exact same error that I get when I try to browse the url: http://localhost:2525/api/data/v8.0/ which is used for Web API access by the Offline
client. When I try to use the old Odata endpoint that is http://localhost:2525/xrmservices/2011/organizationdata.svc it works perfectly
fine.
Does this imply that CRM Web API is not available at the moment for offline access?