WSDL document elements
A WSDL document typically contains the elements listed in the following table.
| Element | Description |
|---|---|
| message | Message definitions |
| types | Type definitions. Normally XML Schema. |
| portType | List of operations available for the port. |
| binding | Definitions of how operations are bound to transports. |
| service | Defines the ports offered by the service. |