Author: mibo
Date: Fri Jan 8 06:54:34 2016
New Revision: 1723659
URL: http://svn.apache.org/viewvc?rev=1723659&view=rev
Log:
CMS commit to olingo by mibo
Modified:
olingo/site/trunk/content/doc/odata4/overview.mdtext
Modified: olingo/site/trunk/content/doc/odata4/overview.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/overview.mdtext?rev=1723659&r1=1723658&r2=1723659&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/overview.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/overview.mdtext Fri Jan 8 06:54:34
2016
@@ -392,6 +392,10 @@ self-contained HTML document ready for b
The `OData` object's `createDebugResponseHelper()` method returns a
`DebugResponseHelper` instance which is used in this default implementation.
+To request the debug output for a request to the OData service the query
parameter
+`odata-debug=html` must be appended to the original request URL
+(e.g. `http://localhost:8080/odata-server-tecsvc/odata.svc/?odata-debug=html`
for a local published test service).
+
Definition of the Web Infrastructure
------------------------------------