First page Back Continue Last page Graphics
Elements of WSDL...
A WSDL doc contains a set of definitions:
Data types
- WSDL defines data types for service operations.
- WSDL has no built-in data types.
Messages
- These are abstract bundles of data.
- Can be input or output messages.
Operations
- Abstract actions performed on data
Notes: