Rubrique précédente: Overview

Rubrique suivante: Changes to API

API Backward Compatibility

Generally, CA Business Service Insight API backward compatibility is kept between one version and another. In CA Business Service Insight slight modifications were made to improve quality. Therefore, the API interface must be updated to take into account the changes made to the current version (for detailed information, see Changes to API).

To update the API to version 7.0 Service Pack 1:

  1. Use the WSDL from 7.0 Service Pack 1 to create the Proxy classes for the Contract Service, Portfolio Service and Repository Service.
  2. Recompile your API.

    If there are compilation errors:

    1. Locate the code that requires manual changes and update it according to the changes made to the new API (field order, type, etc.).
    2. Recompile your API again after making these changes.