Using the Web Services Description Language File

The Web Services Description Language (WSDL) is an XML language that defines the standard interface for interacting with the Archer Web Services API (WebAPI). The WSDL file specifies the location of the web service and the operations the service can perform. The WSDL files enable you to automate the process of locating and invoking web service functions independent of language or platform, allowing applications to easily integrate new services with little or no manual code.

For more information, see Archer Web Services API.

Download a Web Services Description Language file

  1. From the menu, click Admin menu > Integration > Obtain API Integration.
  2. Click Download WSDL Files.
  3. Click the link for the class whose code you need for your project.
  4. Copy the entire block of code and paste it into your project.