This method allows a user to add or update an application in Leasepak database using the API username and password. This method take an XML document containing the records you wish to add to LeasePak, and addOnly is either true
to not make updates to any existing LeasePak data or false if your XML data contains updates to existing records.
public boolean createApplication(java.lang.String input, boolean addOnly)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
addOnly - - Whether or not you only want to add this document or also allow updates.
input - - A super massive xml document.