Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Web services: current best practices for server side?

by friedo (Prior)
on Jun 01, 2008 at 04:36 UTC ( [id://689509]=note: print w/replies, xml ) Need Help??


in reply to Web services: current best practices for server side?

REST is a good set of design suggestions for designing web services, but, like anything else, don't get too caught up in adhering to the philosophy. Use the techniques that will work best for the problem you're trying to solve.

SOAP should be avoided at all costs. It has no redeeming qualities whatsoever and was probably responsible for the Teletubbies. In any case, REST applications tend to be designed more around a "give me this chunk of information" and "put this chunk of information there" concept, whereas SOAP is a bad attempt at doing RPC over XML over HTTP, which probably isn't what you want.

  • Comment on Re: Web services: current best practices for server side?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://689509]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found