REST is basically a way of accessing application logic using HTTP URLs and interpreting HTTP methods as application actions. In fact, it is not really a...
Continue reading...February 2022
OCI Dashboard….
I just read this post from @haranshvir regarding the new option of Dashboards in OCI. Right away I decided to give it a try. So here...
Continue reading...REST Service Conventions….
A REST service application represents one or more Resources. Each Resource represents a business entity and is mapped to its own URL. Each Resource defines a...
Continue reading...Web Service Interaction Patterns….
There are two kinds of web service interaction patterns that are there- Synchronous and Asynchronous. Synchronous operations expect to process an input and return an output...
Continue reading...SOAP Web Services….
Web Services are an interoperable, platform independent mechanism for component interactions. SOAP decouples message representation from transport. A Service Interface is described with WSDL and XSD...
Continue reading...OIC- Service Orientated Architecture….
Service Oriented Architecture (SOA) is a business and IT strategy that organizes the discrete functions contained in enterprise applications into interoperable, standards-based services to be combined...
Continue reading...
Recent Comments