An WSDL document describes a web service. It specifies the location of the service, and the methods of the service, using these major elements:
Types: Defines the (XML Schema) data types used by the web service
Message: Defines the data elements for each operation
Portype :Describes the operations that can be performed and the messages involved.
Binding: Defines the protocol and data format for each port type
@TheVishalPant @cloudcraftsmanhindi
