- WSDL stands for Web Services Description Language
- WSDL is a XML document used to describe Web Services.
WSDL
<definitions>
<types>
definition of the data types used by the web service
</types>
<message>
definition of messages (data elements of an operation) used by the web service
</message>
<portType>
definition of a port (operations performed by the web service)
</portType>
<binding>
definition of communication protocols used by the web service (ex: SOAP)
</binding>
</definitions>
The WSDL document can also contain other elements, like extension elements, and a service element that makes it possible to group together the definitions of several web services in one single WSDL document.
This is a new website mainly for SOA Testers using soapUI. Let me know your thoughts/ suggestions.