SOAP Web Services
SOAP web services enable full flexibility for building operation-centric services. They provide industry-standard interoperability and channel and host pluggability.
You can use SOAP to interact with page or codeunit web services in Microsoft Dynamics NAV 2018.
To | See |
---|---|
Review the different options for creating URIs to interact with SOAP web services. | SOAP Web Service URIs |
Review the set of operations that are available when a page is exposed as a web service. | Basic Page Operations |
Learn how to write code that provides a list of existing companies in a Dynamics NAV database. | How to: Use SystemService to Find Companies |
Ensure that field values are updated from web services. | Using Properties with Visual Studio to Indicate the Presence of a Value in a Field |