How to Call Web Services with a Java Client

To call CA Service Catalog web services with a Java client, follow this process:

  1. Ensure that Java clients meet all applicable prerequisites, as explained in Prerequisites for Clients.
  2. Ensure that the web services that you want to use are deployed, as explained in How to Manage and Deploy Web Services.
  3. Generate the WSDL for each web service, as explained in How to Generate the WSDL for Each Web Service.
  4. Generate Java stubs into a package, as explained in How to Generate Java Stubs for Each Web Service.
  5. Use the stubs to make calls to the web services, as explained in How to Use Stubs to Call Each Web Service.
  6. Use the login and logout methods efficiently, as explained in How Clients Invoke Login and Logout Methods.
  7. Do one of the following:
  8. See the following web sites for additional documentation: