Skip to main content

NAV 2013 & NAV 2013 R2 - How to - Use OData to Return or Obtain a Service Metadata

Hi all,

In Previous post related to ODATA we saw how to publish and consume a ODATA Web Services from NAV 2013 & 2013 R2.

Below are some link Related to Old Articles Published for ODATA -

NAV RTC - Introduction to Web Services.

Introduction of ODATA Services In NAV 2013.

What is the ODATA?

Max. Page Size in ODATA Parameter.

Consuming Output of ODATA - Part 1


Today we will see a small but important point about ODATA i.e How we can see Metadata of Odata Web Service we have exposed.



The Example shown below is from NAV 2013 R2 and using a Page web Service. The Steps remain same for Query Web Services and in NAV 2013.


Create a Page Web Services for say Customer Card Page 21. 
*How to Create a Page Web Service.

For Checking the Metadata of the Exposed OData web Service, Open Internet Explorer and type in URL in below format -

http://<Server>:<WebServicePort>/<ServerInstance>/OData/$metadata

If standard installation and Server is running on Local Computer use -

http://localhost:7048/DynamicsNAV71/OData/$metadata

The keyword $metadata returns the Metadata of the exposed Odata Web Services in EDM Format as shown below.



If you see it there are some key points to Note -

Microsoft Dynamics NAV field names are mapped to EDMX property names by replacing spaces with underscores.

Primary key fields in tables are automatically defined as properties in the service metadata document even if they are not exposed on a page as controls.

I needed it and thought of sharing so that anyone else can use it, if required.

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.