General API Questions Flashcards
1
Q
What does SOAP stand for?
A
Simple Object Access Protocol
2
Q
What does REST stand for?
A
REpresentational State Transfer
3
Q
What are the REST constraints?
A
Those constraints are – Uniform Interface, Client-Server, Stateless, Cacheable, Layered System, Code on Demand
4
Q
What interface does SOAP use?
A
On behalf of services interfaces to business logic, SOAP uses @WebService
5
Q
What interface does REST use?
A
Uses URI like @Path
6
Q
Which is more difficult to implement, REST or SOAP?
A
SOAP