getAssetDetail
LeasePak Documentation Suite NETSOL website
getAssetDetail

(mPower icon) getAssetDetail

The method getAssetDetail extracts F5 assets detail information in XML form. The method takes an asset number as an input and runs the stored procedure cp_asset_dtl to generate the XML record for a particular asset number. Only one asset record can be extracted at a time. The method processing first checks, that an asset number is a valid asset number and exists in LP database or not. For the valid asset number this method process & generates the resulting XML data by running the cp_asset_dtl-stored procedure. It also keeps on checking the input parameters that is blank or contains any input parameter (an asset number) to process and generate output XML. The response XML output can be different if client modifies the stored procedure cp_asset_dtl to adjust the F5 asset detail results. For more details, see F5 Asset Detail.

public java.lang.String getAssetDetail(java.lang.String assetNumber)

Throws:

    java.rmi.RemoteException

Where:

      assetNumber - - A valid asset number.

Table of Contents

Reference Grid
Request Reference Grid
Response Reference Grid

Schema (DTD)
Request DTD
Response DTD

Sample Messages
Sample Request Message
Sample Response Message