Using Web Services › How to Call Web Services › How to Use a Java Program to Call a Web Service
How to Use a Java Program to Call a Web Service
Using a Java program to call each CA Service Catalog web service is a required task when you call web services with a Java client.
- Review the following Java-related specifications, which are used in this example. The specifications that you use in your calls vary according to your needs and goals.
- Review the following parameter-related specifications, which are used in this example. The specifications that you use in your calls vary according to your needs and goals.
- Web Service: AccountService
- URN: urn:usmAccountService
- Method: getAccountsOfBusinessUnit
- Input Parameters: sessionID, businessunitid
- Output Parameters: Array of Account beans
- Review the sample programs:
- Use the sample programs to create your programs.
Copyright © 2013 CA.
All rights reserved.
|
|