This document introduces Web Services Description Language (WSDL) by explaining its purpose and structure. WSDL allows automated generation of web service proxies by providing an interface definition that separates abstract operations from concrete bindings. The summary describes WSDL's key sections - Types, Messages, PortTypes, Bindings and Services - and how they relate to define a service's operations in a platform-independent way while allowing specific bindings.