P
pbd22
Hi.
I hate to start another "SOAP" vs. REST discussion but I am currently
trying to decide
which way to go. I have done a lot of reading on both thus far and it
sounds to me like
SOAP is best used for heavy lifting particularly in an enterprise
environment. REST
seems to be the preferred way to go for most client calls over the
public domain.
I am at the beginning of the learning curve in either case and am
somewhat partial to
REST largely because it seems like the development community is
heading in that
direction. But, does it make sense in the context of my project?
What I am currently designing is a commerce web service that will act
as the "middle layer"
between the database and client calls. All methods (buy, sell, search,
authorization, etc)
will be accessed for processing on the server. I have installed WS*
services in projects
before and liked that, once included and called, intellisense can
locate information about
what I am accessing (namespace / methods / summary / parameters,
etc).
Is it possible to include a service API and call it from the server in
the same way using REST?
I had the feeling from what I read that REST involves more client
scripting (using JSON, for example, for server calls).
I know I may sound a little confused (i am just starting to read about
this) but, which is the best way to go if I wast to expose service
methods and call them from the server?
Thanks.
I hate to start another "SOAP" vs. REST discussion but I am currently
trying to decide
which way to go. I have done a lot of reading on both thus far and it
sounds to me like
SOAP is best used for heavy lifting particularly in an enterprise
environment. REST
seems to be the preferred way to go for most client calls over the
public domain.
I am at the beginning of the learning curve in either case and am
somewhat partial to
REST largely because it seems like the development community is
heading in that
direction. But, does it make sense in the context of my project?
What I am currently designing is a commerce web service that will act
as the "middle layer"
between the database and client calls. All methods (buy, sell, search,
authorization, etc)
will be accessed for processing on the server. I have installed WS*
services in projects
before and liked that, once included and called, intellisense can
locate information about
what I am accessing (namespace / methods / summary / parameters,
etc).
Is it possible to include a service API and call it from the server in
the same way using REST?
I had the feeling from what I read that REST involves more client
scripting (using JSON, for example, for server calls).
I know I may sound a little confused (i am just starting to read about
this) but, which is the best way to go if I wast to expose service
methods and call them from the server?
Thanks.