WSDL Documents

Revision as of 04:25, 7 June 2018 by Rasimsen (talk | contribs) (Created page with " An WSDL document describes a web service. It specifies the location of the service, and the methods of the service, using these major elements: <source> Element Description...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


An WSDL document describes a web service. It specifies the location of the service, and the methods of the service, using these major elements:

Element	Description
<types>	Defines the (XML Schema) data types used by the web service
<message>	Defines the data elements for each operation
<portType>	Describes the operations that can be performed and the messages involved.
<binding>	Defines the protocol and data format for each port type


source [1]