Method searchClient allows a user to extract information for different client types (lessee, broker, guarantor etc.) based on input parameter. This method takes input XML file, validates the values of the input elements, and processes them by extracting the required parameters from LeasePak database relevant tables to generate the output XML file. The method works same as LeasePak client search screen processes client search and presents output. This method extracts the data from LeasePak database rcx
Client Search table by matching the input criteria passed in the form of input XML file, validates the values of input XML, and generates output in an XML file. The parameters of input XML file depends on search requirements (like relation, short name, client number, social security number, address, city, state, business phone and more).
public java.lang.String searchClient(java.lang.String input)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
input - - XML document to search a client record.