This walkthrough shows how you can publish and consume a Microsoft Dynamics NAV 2009 page as a Web service and how you can extend the default set of operations that are available on a page with codeunit functionality. Adding an extension codeunit to a page is useful if you want to perform operations other than create, read, update, or delete.

Expand imageAbout This Walkthrough

Expand imageRegistering and Publishing a Page as a Web Service

Expand imageCreating an Extension Codeunit

Expand imageConnecting the Codeunit to the Exposed Page

Expand imageVerifying Web Services Availability

Expand imageCalling the Web Services

Expand imageSee Also