Announcements
No record found.
To connect Dynamics NAV 2015 on-prem web services with Power Automate using HTTP, here are a few key things to double-check:
Web Services Published in NAV:
Ensure your page/query is published under Web Services in NAV.
Access it from browser using the format: http://<Server>:<Port>/DynamicsNAV/OData/<ServiceName>
http://<Server>:<Port>/DynamicsNAV/OData/<ServiceName>
Authentication Mode:
NAV 2015 typically uses Windows Authentication or NavUserPassword.
Power Automate doesn't support Windows Auth directly – you'll need to:
Use a custom connector (for basic auth).
Or expose NAV through an API proxy or gateway that supports it.
NAV Web Service URL Format for HTTP Action:
If you're using HTTP action in Power Automate, make sure:
Method = GET or POST depending on what you call.
GET
POST
URI = Proper OData endpoint.
Headers = Include Accept: application/json if needed.
Accept: application/json
Gateway Configuration:
Confirm that NAV server URL is added as an allowed data source in the on-premise gateway.
Test the endpoint directly in browser from the machine where gateway is installed.
Service Tier Configuration in NAV:
Verify OData Services are enabled in NAV Server Instance Settings.
OData Services
Ensure correct Port (default is 7048 for OData).
Port
7048
If you're getting 500 Internal Server Error, try the following:
500 Internal Server Error
Test the NAV OData URL directly in browser → confirm it's reachable.
Use Postman with basic auth to confirm the service responds properly.
Then replicate same headers and URL in Power Automate HTTP action.
For long-term use, consider exposing NAV through an Azure API Management Gateway or use BC/NAV connector via custom connector with basic auth.
Enable logging on NAV server to get detailed error about the request.
✅ Mark below checkbox to make this answer Verified if it helps you.
Hello,
Thank you for your question.
When attempting to connect Dynamics NAV 2015 (on-premises) to Power Automate using an HTTP action, and receiving an internal server error, there are several key areas to verify:
OData Service Configuration in NAV
Authentication Method
Gateway Configuration
SSL and Certificates
Error Logging
Test Outside Power Automate
If this response helps resolve your issue, please consider marking it as accepted so it may assist others facing similar challenges.
Best regards
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 1,993 Super User 2026 Season 1
YUN ZHU 1,116 Super User 2026 Season 1
Khushbu Rajvi. 557 Super User 2026 Season 1