Home Help Java W WSDL



WSDL
Posted on: November 18, 2009 at 12:00 AM
Web Services Description Language (WSDL) is an XML based language that is used to describe and locate web services.

WSDL

     

Web Services Description Language (WSDL) is an XML based language that is used to describe and locate web services. WSDL is an XML document. The current version of the WSDL specification is 2.0. A WSDL document uses elements like portType, message, types, binding.

The structure of a WSDL document looks like:

<definitions>
   <types> definition of types........ </types>
   <message> definition of a message.... </message>
   <portType> definition of a port....... </portType>
   <binding> definition of a binding.... </binding>
</definitions>

 

Related Tags for WSDL:


More Tutorials from this section

Ask Questions?    Discuss: WSDL  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.