WSDL is used for describing the services available.
A
Correct answer
Explanation
WSDL (Web Services Description Language) is an XML-based language used to describe the functionality, inputs, outputs, and location of a web service. It tells clients what operations are available, what parameters they accept, and what data structures they return. This is its primary purpose in the web services stack.