When I was searching about the Web Services Description Language (WSDL) I found this diagram from my University presentation.
Can anybody explain me what is Web Services Description Language (WSDL) in briefly and explain what was describing by this Diagram.
Thanks.
Web Services Description Language (WSDL)
Here what is says…
In this diagram the service is described using WSDL. And published to a directory of services
Within the 1, and 2 steps service consumer issues one or more queries to the directory.
It did that thing to locate a service and to determine how to do the communication with it.
In the step 3, Part of the details provided by the Service provider is passed to the consumer using the WSDL
Then in the step 4 the service consumer uses the WSDL to send a request to the service provider.
In the final step the service provider provides the expected response to the service consumer.
Thank you …