Hi
I am working on a fetchxml report and trying to connect to one of my CRM orgs. We are on-prem.
I am getting an error as 'The provided uri did not return any service endpoints'. On further troubleshooting I found in the error log, that the discovery url is being appended with http instead of https.
So it is something like this:
http://<Webnodename>/<OrgName>/XRMServices/2011/Discovery.svc?wsdl&sdkversion=8.2
This above url yields nothing when I ran in the browser. If I take run the url with https in the browser, I am getting to the web page without any errors.
Now, what should I do to connect to the CRM org for fetchxml report(it looks same like plugin registration login window) to work without appending the http in the url automatically and get https automatically?
Please let me know if the question is not clear or need any more information. Thanks for any help.
*This post is locked for comments