SOAP Web service

For calls via the SOAP Web service, the URL must be structured as follows:

URL pattern

http://host:<load balancer port>/ppm/containername/services/queryApiService

Example

http://pcwas:4080/ppm/API_umg_en/services/queryApiService

The getData method in the Web service can be used to query the data. The method has the following syntax:

getData(

String favoritename,
String favoritefolder,
String "Filter list in the form of key value pairs",
String filterfavorite,
String filterfavoritefolder
String language

)

The semantics of the parameters correspond to the parameters described in the chapter on Query parameters.

The sequence of the query depends on the framework used.