Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

This section describes The following sections describe the Vendor SOAP API calls. 

The Vendor SOAP API can be accessed using HTTPS. The URL for the Vendor SOAP API is:

?https://license.x-formation.com/soap/type/vendor/version/1?wsdl

Note that IDs in the API calls represent unique objects and the ID field is present in almost all functions. When you are adding a new object (for example, AddCustomer) you should leave the ID unset or set to zero. Updates are made based on this ID, so when modifying an existing object (for example, UpdateCustomer) it is important to set the ID.

Also see SOAP Data Structures See SOAP Data Structures for descriptions of the data structures used in the SOAP API calls

For an example of using the API, see Examples of .NET API.