Explain what is the WSDL document structure?
The WSDL document structure consists of these major elements
- <types>: A container for data type definitions used by the web services
- <message>: A typed definition of the data being communicated
- <portType>: A set of operations supported by one or more endpoints
- <binding>: A protocol and data format for a specific port type