Your role as Systems Administrator includes the management of the company’s Microsoft
Dynamics NAV 2013 system.
You are testing the OData web services. You enter the following uniform resource identifier (URI):
http://localhost:7048/DynamicsNAV70/odata/Customer?$filter=City eq ‘Miami’
The query returns the results as expected.
Which of the following statements is true? (Choose all that apply).
A.
The OData web service is running on the default port.
B.
The OData web service is running on port 80.
C.
The query will return a list of customers named Miami.
D.
The name of the Microsoft Dynamics NAV Server instance has not been changed from the
default.
Explanation:
If you are accessing the published web service in the server where Dynamics NAV is
installed and you haven’t changed the default port at which OData web services are
published, you can use the following URL:
http://localhost:7048/DynamicsNAV70/Odata
Answer: AD
The query will not return a list of customers named Miami, but a list of customers which are in Miami.
Answer: AD