Is there a way to change the service endpoint URLs (under Developer Resources) for an MSCRM 2011 installation.
If a binding (A-record) was used for the CRM web site in IIS (eg. crm,crm.mydomain.com) then as part of installation MSCRM 2011 used “crm” for the service URLs
i.e.
“http://crm/MSCRMDEV/XRMServices/2011/OrganizationData.svc”
“http://crm/XRMServices/2011/Discovery.svc”
Is there a way to reconfigure CRM to use the FQDN so that i can hit the services from outside the domain?
“http://crm.mydomain.com/MSCRMDEV/XRMServices/2011/OrganizationData.svc”
“http://crm.mydomain.com/XRMServices/2011/Discovery.svc”
Thanks.
I had 2 host names in the IIS bindings, “crm” and “crm.mydomain.com”, I removed “crm” since it seems that crm 2011 can use only 1 host name
,but am not able to hit the services with the FQDN ( get a 404), the unqualified name works if I add the “crm” host header back in the bindings.