Pregunta de entrevista de V12

How would you decide between using SOAP and RESTful web services.

Respuesta de la entrevista

Anónimo

17 de ago de 2015

For me it's primarily driven by the client application. If it's .NET or Java, something which can natively handle SOAP calls, SOAP would be the preferred method. Otherwise if it's a mobile app or a browser, the preference would be to use REST and leverage the native JSON serialization format.