December 15, 2001 - Summary Table of WSDL Elements | WebReference

December 15, 2001 - Summary Table of WSDL Elements

Yehuda Shiran December 15, 2001
Summary Table of WSDL Elements
Tips: December 2001

Yehuda Shiran, Ph.D.
Doc JavaScript

WSDL is used to describe SOAP over HTTP, HTTP-POST, HTTP-GET, SMTP, and others. With WSDL, SOAP is much easier to deal with both for developers and users. WSDL has a number of XML elements in its namespace. The following table summarizes those elements, their attributes, and children (content):

ElementAttribute(s)Children
<definitions>name
TargetNamespace
xmlns (other namespaces)
<types>
<message>
<portType>
<binding>
<service>
<types>(none)<xsd:schema>
<message>name<part>
<portType>name<operation>
<binding>name
type
<operation>
<service>name<port>
<part>name
type
(empty)
<operation>name
parameterOrder
<input>
<output>
<fault>
<input>name
message
(empty)
<output>name
message
(empty)
<fault>name
message
(empty)
<port>name
binding
<soap:address>