Skip to content

Commit 29cb5a3

Browse files
committed
Added link to Hello World Integration tests.
1 parent 6179819 commit 29cb5a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/ServiceStack.Hello/default.htm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,11 +672,15 @@ <h4><b>[RestService("/hello")]</b></h4>
672672
without messy configuration and generated code mandated by other options.
673673
</p>
674674

675-
<a name="calling"></a>
675+
<a name="clients"></a>
676676
<h2>Calling Web Services from Code</h2>
677677
<p>
678678
Using DTOs to define your web service interface makes it possible to provide strong-typed generic service clients without any code-gen or extra build-steps,
679-
leading to a productive end-to-end type-safe communication gateway from client to server.
679+
leading to a productive end-to-end type-safe communication gateway from client to server.
680+
</p>
681+
<p>
682+
All REST and ServiceClients share the same interfaces so they can easily be replaced (for increased perf/debuggability/etc) with a single line of code as seen in the
683+
<a href="https://github.com/ServiceStack/ServiceStack/blob/master/tests/ServiceStack.WebHost.IntegrationTests/Tests/HelloWorldServiceClientTests.cs">Hello Service Integration tests</a>.
680684
</p>
681685
<p>
682686
C#/.NET Clients can call the above Hello Service using any of the

0 commit comments

Comments
 (0)