loadMnfMdl
LeasePak Documentation Suite NETSOL website
loadMnfMdl

(mPower icon) loadMnfMdl

The method takes an XML document as an input parameter with RECORD elements for each record to define and load the manufacturer code, model code, and name code of the manufacturer or model. This method processes the XML document by validating the RECORD element of the XML document and then inserts or updates the appropriate RVD record. The XML document can contain any manufacturer and model codes along with their name and the combinations are allowed. The method limits the deletion process of manufacturer and model. If model is not defined than name element of the method will contains the manufacturer name and if model element contains data the name element of the method contains the model name and the manufacturer code must exist.

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

Throws:

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

Where:

      input - - An XML document to update or insert a manufacturer, model codes and name.

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