You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without messy configuration and generated code mandated by other options.
673
673
</p>
674
674
675
-
<aname="calling"></a>
675
+
<aname="clients"></a>
676
676
<h2>Calling Web Services from Code</h2>
677
677
<p>
678
678
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
+
<ahref="https://github.com/ServiceStack/ServiceStack/blob/master/tests/ServiceStack.WebHost.IntegrationTests/Tests/HelloWorldServiceClientTests.cs">Hello Service Integration tests</a>.
680
684
</p>
681
685
<p>
682
686
C#/.NET Clients can call the above Hello Service using any of the
0 commit comments