-->

What is WSDL?

  • WSDL stands for Web Service Description Language, a standard by which a web service can tell clients what messages it accepts and which results it will return.
  • WSDL contains every details regarding using web service
    • Method and Properties provided by web service
    • URLs from which those method can be accessed.
    • Data Types used.
    • Communication Protocol used.

Comments