WSDL

WSDL (Web service description language) describes the methods of a Web service.

The query interface supports the getData method with the parameters described in the chapter on Query parameters.

You can determine the description of the Web service as follows.

http://pcwas:8080/ppm/API_umg_en/services/queryApiService?wsdl

The call can be made using generated stubs. Java classes are generated using WSDL, which can be used to access the Web service directly. In addition, the call can also be made using special frameworks, e.g., axis.