We use a solution which uses XRMService OrganizationData URL in orter to retrieve some information which are then displayed in a form. the URL may look like "/XZ2/xrmservices/2011/OrganizationData.svc/ActivityPartySet?$filter=ActivityId/Id%20eq%20guid'{6F87DCDB-D516-E311-93F2-00505685147D}'%20and%20(ParticipationTypeMask/Value%20eq%202%20or%20ParticipationTypeMask/Value%20eq%201)
where Server-URL is used. We figured out that OrganizationData.svc does not work with https in an on-premise installation. And it is true in our environement that only https://crm-url/xz2/XRMServices/2011/Discovery.svc and https://crm-url/xz2/XRMServices/2011/Organization.svc but not https://crm-url/XZ2/xrmservices/2011/OrganizationData.svc. for OrganizaitonData.svc only http without SSL works.
From what we googeled arround we found a lot of advice where only the Online-CRM seems to support https for OrganizationData.svc like http://bingsoft.wordpress.com/2010/10/21/crm-2011-beta-discovery-and-web-service-urls/
We need OrgnaizationData.svc to work with https since we are planning to make our Dynamics CRM on-premise available in the internet via SSL only. We have not found any information on how to make OrganizaitnData.svc to support ssl. Any idea?
Our CRM Organizaitons are available http:// and https:// as well, and also Discovery.svc and Organization.svc
kind regards,
Dieter