WebServices
3 key featues for web serivices.
designed for machine-to-machine interaction (application to application)
platform independent (interoperable)
communication over network
Service Definition
Request/Response Formate
Request Structure
Response Stucture
End Point
Message exchange formate ( xml, json etc)
Transport ( HTTP, MQ etc)
Service Provider (Server)
Service Consumer (Client)
SOAP-based (Simple Object Access Protocol)
REST (REpresentational State Transfer)
REST
HTTP
HTTP Methods (GET, POST, PUT etc)
HTTP Response (200, 400 etc)
Last updated