Web service Design approaches

Design approaches in Web service There are 2 approaches to implement a web service 1. Top down approach 2. Bottom Up approach Top down approach This approach is also called as contract first approach In this approach, we first define the service contract which is WSDL so it’s called as Contract first approach. As the […]

Share this article on

SOAP Web service overview

Let’s see some of the main components of SOAP web service UDDI It stands for Universal Description, Discovery and Integration It is a directory service which is kind of repository of all the web services. All the web services have to be registered with the UDDI and make themselves available for the discovery. So anyone […]

Share this article on
< Previous Next >