Author: mibo
Date: Thu Apr 30 08:19:12 2015
New Revision: 1676921

URL: http://svn.apache.org/r1676921
Log:
CMS commit to olingo by mibo

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Modified: 
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1676921&r1=1676920&r2=1676921&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext 
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext 
Thu Apr 30 08:19:12 2015
@@ -79,21 +79,21 @@ And the browser will display the followi
 
 **Table of Contents**
 
-1. Prerequisites
-2. Preparation
-3. Create Project
-  * Create Project
-  * Edit pom file
-  * Check build path
-  * Build the project
-4. Implementation - Read scenario to request the EntitySet “Products”
-  1. Declare the metadata
-  2. Provide the data
-  3. Web application implementation
-5. Run the service
-  * Run with Eclipse
-  * The Service URLs
-6. Summary
+  1. Prerequisites
+  2. Preparation
+  3. Create Project
+      * Create Project
+      * Edit pom file
+      * Check build path
+      * Build the project
+  4. Implementation - Read scenario to request the EntitySet “Products”
+    1. Declare the metadata
+    2. Provide the data
+    3. Web application implementation
+  5. Run the service
+      * Run with Eclipse
+      * The Service URLs
+  6. Summary
 
 ___
 
@@ -529,12 +529,13 @@ We have declared the main elements of an
 
 At runtime of an OData service, such metadata can be viewed by invoking the 
Metadata Document.
 
-In our example:
+In our example invoke the URL:
 
     :::xml
     http://localhost:8080/DemoService/DemoService.svc/$metadata
 
 
+Give us this result:
 
     :::xml
     <?xml version='1.0' encoding='UTF-8'?>
@@ -562,7 +563,7 @@ The Service Document can be invoked to v
     :::html
     http://localhost:8080/DemoService/DemoService.svc/
 
-
+with give us this result:
 
     :::json
     {


Reply via email to