Author: mibo
Date: Mon May 18 12:15:54 2015
New Revision: 1680002
URL: http://svn.apache.org/r1680002
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=1680002&r1=1680001&r2=1680002&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
Mon May 18 12:15:54 2015
@@ -965,7 +965,7 @@ The expected result is the metadata docu
**Query / EntitySet**
- :::gtml
+ :::html
http://localhost:8080/DemoService/DemoService.svc/Products
The expected result is the hardcoded list of product entries, which we have
coded in our processor implementation:
@@ -1009,7 +1009,7 @@ The project as final result can be downl
Further topics to be covered by follow-up tutorials:
* READ scenario: reading single entity, reading property
- * WRITE scenario: executing PUT, POST and DELETE requests
+ * WRITE scenario: executing POST, PUT, PATCH and DELETE requests
* Navigation: navigating from one entity to a corresponding second entity
* Data types