1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
607 views
by gary-t-8719 (15.1k points)
When working with Web Service technology I often hear the term WSDL (pronouced: wiz-dul). What is a WSDL, how does it relate to Web Services, and what purpose does it serve?

1 Answer

+1 vote
 
Best answer
A WSDL (Web Services Description Language) is basically an XML structured document that serves as the specification for a given web service. It describes how a given web service can be called, what parameters it expects, and what data structures it returns.

References:

http://en.wikipedia.org/wiki/Web_Services_Description_Language

http://www.w3schools.com/webservices/ws_wsdl_intro.asp
by matt-w-2627 (3.2k points)
selected by ben-s-7515
...