Ask HN: Are people still developing new SOAP APIs?
I am asking this since the question of "Difference between SOAP and REST" came in one of my recent interviews. From what I know (and what I found on Google) SOAP is a protocol with tight coupling between client and server for information interchange which is closely related to business logic. Whereas REST is more flexible stateless architecture for data transfer.
Can someone please correct me if I am wrong about this difference between SOAP and REST? Also, what is the present-day significance of SOAP?