Interview Question
Qus: Difference between direct service invocation and REST Service.
(i) Direct invocation only use get methods other http method not possible. In REST service all http methods get, put, post and delete can be used.
(ii) Cannot pass input such as document, XMl, JSON or Java script. In REST service all type of input variable can be passed.
Answers (1)
(ii) Cannot pass input such as document, XMl, JSON or Java script. In REST service all type of input variable can be passed.