loadBatchPayment
LeasePak Documentation Suite NETSOL website
loadBatchPayment

(mPower icon) loadBatchPayment

The method loadBatchPayment takes an input XML document to insert different various records into the RBP Batch Payment table. To process the input XML document method, loadBatchPayment reads in the input XML document and converts the data to the format needed for RBP. The converted data will go through the edit checks same as edit checks processed through Utility 111. Unprocessed failed data records will be reported back as an exception, listing the record data in batch payment input file format. This method will process each record data even if the first record fails. The process of processing record data and returning back exceptions in case of failure is the same as Utility 111 does today, with an additional factor of converting the XML input file to batch payment input file format. For more details, see Utility 111 Copy the batch payment and PAP files into LeasePak.

public java.lang.String loadBatchPayment(java.lang.String input)

Throws:

    java.rmi.RemoteException - Exceptions that may occur during the execution of a remote method call.

Where:

      input - - XML document with batch payment data that needs to be loaded into RBS.

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