First of all: I´m from germany, so sorry for my english.
I read a lot about REST and SOAP and figured out many pros and cons, but I´m still not sure which one to use for my application. My application should provide an API for creating, deleting, updating and receiving data. So I thought of implementing it the REST way. It should also be possible to post big data (such as videos) to my API and this API should only be usable by authenticated persons.
Does the last two constraints force me to choose SOAP over REST or is it (easily) possible to authenticate users via a REST API?
Thanks in advance