createApplication
LeasePak Documentation Suite NETSOL website
createApplication

(mPower icon) createApplication

This method allows a user to create an application. Call this when you want to update or add using the API username and password. This is a single synchronous, stateless API call. No session needs to be sent or stored. Default policy is to add records only. Existing records will updated, if the record contains <localAddOnly>true</localAddOnly> within the record itself. This allows for fine grained control of which records get updated.

public java.lang.String 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.

Table of Contents

Reference Grid
Request Reference Grid
Response Reference Grid

Schema (DTD)
Request DTD
Response DTD

Schema (XSD)
Request XSD
Response XSD

Sample Messages
Sample Request Message
Sample Response Message