Dynamics NAV SOAP Web Services

SOAP-based web services for legacy integrations and business logic operations in Dynamics NAV. Exposes pages and codeunits with built-in CRUD operations and supports extension codeunits for custom operations.

API entry from apis.yml

apis.yml Raw ↑
name: Dynamics NAV SOAP Web Services
description: SOAP-based web services for legacy integrations and business logic operations in Dynamics
  NAV. Exposes pages and codeunits with built-in CRUD operations and supports extension codeunits for
  custom operations.
image: https://example.com/soap-icon.png
humanURL: https://learn.microsoft.com/en-us/dynamics-nav/soap-web-services
baseURL: https://{server}:{port}/{instance}/WS/{company}/
tags:
- Business Logic
- Codeunits
- Legacy Integration
- SOAP
properties:
- type: Documentation
  url: https://learn.microsoft.com/en-us/dynamics-nav/soap-web-service-uris
- type: APIReference
  url: https://learn.microsoft.com/en-us/dynamics-nav/walkthrough--creating-and-using-a-codeunit-web-service--soap-
- type: GettingStarted
  url: https://learn.microsoft.com/en-us/dynamics-nav/walkthrough--registering-and-using-a-page-web-service--soap-