Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSyntax of a WSDL document
borderStylesolid
<definitions>
<types>
definition of types....
</types>
<message>
definition of message....
</message>
<portType>
definition of portType....
</portType>
<binding>
definition of binding....
</binding>
<service>
definition of service....
</service>
</definitions>

The syntax of a WSDL suggests that it is a set of definitions where the definition element is at the root.

Lets try to understand each element in a WSDL document.

  • <types>-