Programming Quick Start

 

To use ListManager's API, follow these steps:

 

1. Download and Install the SOAP Client for Your Language

 

2. Point SOAP Toolkit to WSDL URL

To use the API, you must point your SOAP toolkit at your ListManager installation's WSDL URL, located at:

 

http://yourlistmanagerurl/soap/wsdl

 

3. Call the API Version

Always call ApiVersion before running any other functions to ensure your client and the ListManager server you are attempting to communicate with are using the same version.

 

4. Set the Login

The security for the ListManager API is the same as that for the ListManager web interface; the same user name/password must be set in the script.

 

More Information

The following pages give more detailed and specific instructions for various languages:

 

PHP

Perl

Java

C#.NET

 

Examples of ListManager's functions are available in your ListManager's soap directory:

 

http://yourlistmanagerurl/soap

 

 



Resources PHP