Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building ERP Solutions with Microsoft Dynamics NAV

You're reading from  Building ERP Solutions with Microsoft Dynamics NAV

Product type Book
Published in Mar 2017
Publisher Packt
ISBN-13 9781787123083
Pages 392 pages
Edition 1st Edition
Languages
Author (1):
Stefano Demiliani Stefano Demiliani
Profile icon Stefano Demiliani
Toc

Table of Contents (17) Chapters close

Building ERP Solutions with Microsoft Dynamics NAV
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Introduction to Microsoft Dynamics NAV Architectures 2. Configuring Microsoft Dynamics NAV Web Services 3. Creating an Application Using NAV Web Services 4. Using NAV Web Services with Microsoft Power BI 5. Integrating NAV Web Services and External Applications 6. Extending NAV Pages with Control Add-ins 7. Programming Universal Windows Apps with NAV and Devices 8. Exploring Microsoft Azure and its Services 9. Working with NAV and Azure App Service 10. Implementing a Message-Based Architecture with Azure Service Bus and NAV

Creating the service layer


As described in the architectural diagram of our solution, we don't want to directly expose the NAV web services (business logic) to an external application. We want to create a WCF service that will be something like an integration layer between NAV and the B2B application. This will permit us to have the following things:

  • NAV objects (Query and Codeunit) and their methods not directly published to the B2B website

  • Custom authentication from the B2B application to access the business functions

  • Custom methods exposed to the B2B application, not directly binded to the NAV entities, with the possibilities to use protocols such as XML or JSON

The information's flow will be as represented in the following diagram:

Let's start to write the WCF service now by perfomring the following steps:

  1. Open Visual Studio, select the WCF template, and go to File | New | Project… | WCF Service Application in order to create the project solution.

  2. We want to create a WCF service that is able...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}