WSDL is written in XML
WSDL is an XML document
WSDL is used to describe Web services
WSDL is also used to locate Web services
WSDL is a W3C recommendation
The main structure of a WSDL document looks like this:
definition of types........
definition of a message....
definition of a port.......
definition of a binding....
WSDL Ports
The
It describes a web service, the operations that can be performed, and the messages that are involved.
The
WSDL Messages
The
Each message can consist of one or more parts. The parts can be compared to the parameters of a function call in a traditional programming language.
WSDL Types
The
For maximum platform neutrality, WSDL uses XML Schema syntax to define data types.
WSDL Bindings
The
WSDL Example
This is a simplified fraction of a WSDL document:
没有评论:
发表评论