Code Samples

Once the API has been generated from the WSDL files, you can begin writing programs that use the RPM Web Services API. This section provides code samples that are intended to facilitate the learning process, on how to build code for a client application using the RPM Web Services API.

This section uses the two following code samples:

The purpose of this sample application code is to demonstrate the required steps to:

  1. Login on a RPM Web Service.
  2. Create a pool of resources.
  3. Query the created pool.
  4. Add a resource to that pool.
  5. Delete the pool with the resource.
  6. Log out from the server.