This method helps users to retrieve an existing customer record for a particular customer number. The method takes customer number as an input or request to retrieve the customer record information. By validating a customer number the method will response the respective customer information in XML format. This method works same as interactive update U0205 Customer works today to retrieve an existing customer record.
public String retrieve (String customerNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
customerNumber - - Customer number to retrieve a customer record.