|
by David Pallmann via Fire & Ice: David Pallmann's Web & Cloud Blog on 4/29/2009 1:26:00 PM
Best Practice #4 is to favor REST over SOAP, except for those scenarios that demand SOAP. When it comes to cloud computing platforms, it's a RESTful world and Azure is no exception. The vast majority of the services in the platform can only be accessed via REST (even if you're using .NET library code, REST is what's happening under the hood). SOAP isn't completely out of the picture, however. For functionality that depends on WS-* protocols (such as federated security) Azure does use SOAP. Whic
... [ read more ]
|
|