Please enable JavaScript.
Coggle requires JavaScript to display documents.
Webservices (REST Assured(like a postcard) (more dynamic, no need to…
Webservices
REST Assured(like a postcard)
more dynamic, no need to create and update UDDI
No expensive tools require to interact with the Web service
it is simple to write and document
Efficient (SOAP uses XML for all messages, REST can use smaller message formats)
Fast (no extensive processing required)
Closer to other Web technologies in design philosophy
JSON or XML data format
URI (Specific type -URL) and HTTP protocol
REST reads can be cached for better performance and scalability.easy to update
JSON means better support for browser client
Operations - GET, PUT, POST, DELETE
REST can use SOAP web services because it is a concept and can use any protocol like HTTP, SOAP.
REST is an architectural style.
JAX-RS java API for REST web services
SOAP UI (like an envelope)
exclusive only on XML
Language, platform, and transport independent (REST requires use of HTTP)
Works well in distributed enterprise environments (REST assumes direct point-to-point communication)
Standardized
Provides WS* standards(WS-Security,WS-AtomicTransaction,WS-ReliableMessaging)
Built-in error handling
Automation when used with certain language products
WSDL
SOAP can't use REST because it is a protocol.
SOAP is a protocol
JAX-WS Java API for SOAP web services
Webservice- communication between couple of web applicatons(request and response)