Skip to content
Arxisos edited this page Jan 11, 2012 · 3 revisions

Basically, ServiceStack is only a webservice, so it can be accessed with every HTTP-capable client. But ServiceStack includes two clients which are optimized for ServiceStack in aspects like exception handling etc.


The C# client itself can be differentiated in several other clients:

  • SOAP client
  • JSON client
  • XML client
  • ...

Clone this wiki locally