Hi,
I have an app for synchronize the CRM (online) with another program in C#. This app works since 2 years.
Now, Microsoft changed the Live account to Office 365 and the synchronizer doesn't work. I updated the SDK and the app can't connect.
I saw in code that if I'm using Office 365 the discoveryuri is like: https://disco.ORG.crm4.dynamics.com/XRMServices/2011/Discovery.svc but this uri doesn't work and else ways to https://dev.ORG.crm4.dynamics.com/XRMServices/2011/Discovery.svc and this doesn't
work either. The only way to is https://ORG.crm4.dynamics.com/XRMServices/2011/Discovery.svc but if I do this I have a FaultException
What changed?
Thanks.
(sorry for my English :>)