Web Service and their implementation with SOAP

In today’s era most of the applications are being developed based on Service Oriented Application (SOA). In order to serve their clients request remotely web services has come into place. Web Service has two parts

i) Procedures that are available on remote server which provide the response based on the query received from another server. This communication can be achieved by SOAP

ii) SOAP Client that help to send request to remote server and process the response which comes from server.

This SOAP Client and SOAP server follow the grammer of WSDL (Web Service Descriptive language) .

So, at the bottom line web services can be implemented with two stretegies

i) SOAP (Simple Object Access Protocol)

ii) WSDL (Web Service Descriptive language)

The basic difference between SOAP and WSDL

SOAP is an XML document which is used to transmit your data over HTTP, We can say its a carrier service that transmits (take away and receive ) the data from local to remote server where as WSDL is an XML document describes the functions available with web service and what are the parameters needed for those functions so its describes the web service .

A WSDL file can contains two parts into it

i) Document Oriented Procedures -> It means it contains documentation over remote procedure. Because this file (WSDL file) is machine readable as well. It provides the complete documentation over web service. You can see the details into our next blog

ii) Procedure Oriented Information -> What procedures/functions can be called through SOAP request and what are the parameter can be needed to call a service.

The following two tabs change content below.

Chandra Shekhar

GCP Architect
Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Latest posts by Chandra Shekhar (see all)

You may also like...