0

I am going to develop web services that will be consumed from mobile devices, mobile devices could be Android, iPhone, Blackberry, Windows Phone. So my question is which web services will be suitable in mobility scenario. I think REST will be better but what about other factors? So I just wanted to know which factors should consider when we are developing web services that will be consumed from mobile device?

Ajit
  • 957
  • 1
  • 8
  • 24

1 Answers1

1

Generally I'd recommend REST which is the newer and growing API method, but it doesn't fit all needs. For example, if you intend for some existing apps that only work with SOAP to connect to you, you might consider SOAP or even having both APIs.

Some reading I would recommend:

Compare and contrast REST and SOAP web services?

http://www.infoq.com/articles/rest-soap-when-to-use-each

Community
  • 1
  • 1
tbkn23
  • 5,205
  • 8
  • 26
  • 46