This article explains how to work with wsdl files in soapui. If you are looking for a wsdl example, or if you want to learn about the differences between wsdl and wadl, please see soap vs rest. Wsdl, an xml-based language, is utilized to describe the interface, operations, and endpoints of a web service.

Wsdl is an xml notation for describing a web service. A wsdl definition tells a client how to compose a web service request and describes the interface that is provided by the web service provider. In this way, wsdl describes the public interface to the web service. Wsdl is often used in combination with soap and an xml schema to provide web services over the internet. A client program …

A client program …