We are developing a tool that can read from OData services. One of our clients asked about support for Dynamics 365 for Operations, so we are attempting to verify it works with a Dynamics 365 for Operations trial. However, when we go to the https://d365try-15.trial.operations.dynamics.com/namespaces/[namespace]/data endpoint in the browser, we get an "Object reference not set to an instance of an object" error.
Is there any setup required to get the OData service to work, or is this just a known limitation of the trial and would not be expected in a production environment?
If it is helpful, the stacktrace from the OData service is as follows:
at Microsoft.Dynamics.Platform.Integration.Common.SessionManagement.ServicesRequestSessionHelper.EnsureRequestSession(HttpRequestMessage httpRequest) at Microsoft.Dynamics.Platform.Integration.Common.SessionManagement.EnsureServicesRequestSessionHandler.EnsureServicesRequestSession(HttpRequestMessage request, IApplicationEnvironment applicationEnvironment) at Microsoft.Dynamics.Platform.Integration.Common.SessionManagement.EnsureServicesRequestSessionHandler.<SendAsync>d__1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Tracing.ITraceWriterExtensions.<TraceBeginEndAsyncCore>d__18`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.HttpServer.<SendAsync>d__0.MoveNext()
*This post is locked for comments
I have the same question (0)