Author: buildbot
Date: Tue Nov 10 15:03:17 2015
New Revision: 971995
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 15:03:17 2015
@@ -1 +1 @@
-1713661
+1713663
Modified:
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
==============================================================================
---
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
(original)
+++
websites/staging/olingo/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.html
Tue Nov 10 15:03:17 2015
@@ -333,7 +333,7 @@ The comments in the source code give a d
<p>After building and deploying your service to your server, you can try the
following requests:</p>
<p>All requests are issued againest <a
href="http://localhost:8080/DemoService-Action/DemoService.svc/$batch">http://localhost:8080/DemoService-Action/DemoService.svc/$batch</a>
Set the Content-Type header to <code>Content-Type:
multipart/mixed;boundary=abc123</code></p>
-<p><strong>Example 1</strong>
+<p><strong>Example 1</strong> <br />
Please note that the second request in the Change Set references the first
request of the Change Set.
This is done by by prefixing the Content-Id of the referenced request with a
$. e.g. <code>$abc</code></p>
<div class="codehilite"><pre><span class="o">--</span><span
class="n">abc123</span>
@@ -395,7 +395,7 @@ This is done by by prefixing the Content
</pre></div>
-<p><strong>Example 2</strong>
+<p><strong>Example 2</strong> <br />
Let us try what is happing if the send a invalid request within a Change Set.
Use the same URI and Content Type as before and use the folling body:</p>
<div class="codehilite"><pre><span class="o">--</span><span
class="n">abc123</span>
<span class="n">Content</span><span class="o">-</span><span
class="n">Type</span><span class="p">:</span> <span
class="n">multipart</span><span class="o">/</span><span
class="n">mixed</span><span class="p">;</span><span
class="n">boundary</span><span class="p">=</span><span
class="n">changeset_abc</span>