Sample Response Message
LeasePak Documentation Suite NETSOL website
getPCRO

(mPower icon) LPSearch

getPCRO

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LPSEARCH>
	<RESULT>
		<data>
			<port> 2</port>
			<portDesc>VAX/DEC TEST MGR PORTFOLIO 2        </portDesc>
			<comp> 1</comp>
			<compDesc>COMPANY 1                           </compDesc>
			<reg> 1</reg>
			<regDesc>REGION 1                            </regDesc>
			<off>  1</off>
			<offDesc>OFFICE 1                            </offDesc>
		</data>
		<data>
			<port> 2</port>
			<portDesc>VAX/DEC TEST MGR PORTFOLIO 2        </portDesc>
			<comp> 1</comp>
			<compDesc>COMPANY 1                           </compDesc>
			<reg> 1</reg>
			<regDesc>REGION 1                            </regDesc>
			<off>  2</off>
			<offDesc>OFFICE 2                            </offDesc>
		</data>
		<data>
			<port> 4</port>
			<portDesc>VAX/DEC TEST MGR PORTFOLIO 4        </portDesc>
			<comp> 1</comp>
			<compDesc>COMPANY 1                           </compDesc>
			<reg> 1</reg>
			<regDesc>REGION 1                            </regDesc>
			<off>  1</off>
			<offDesc>OFFICE 1                            </offDesc>
		</data>
		<data>
			<port> 4</port>
			<portDesc>VAX/DEC TEST MGR PORTFOLIO 4        </portDesc>
			<comp> 1</comp>
			<compDesc>COMPANY 1                           </compDesc>
			<reg> 1</reg>
			<regDesc>REGION 1                            </regDesc>
			<off>  2</off>
			<offDesc>OFFICE 2                            </offDesc>
		</data>
		<data>
			<port> 5</port>
			<portDesc>vertex O disbursable Y              </portDesc>
			<comp> 1</comp>
			<compDesc>51                                  </compDesc>
			<reg> 1</reg>
			<regDesc>511                                 </regDesc>
			<off>  1</off>
			<offDesc>5111                                </offDesc>
		</data>
		<data>
			<port> 5</port>
			<portDesc>vertex O disbursable Y              </portDesc>
			<comp> 1</comp>
			<compDesc>51                                  </compDesc>
			<reg> 1</reg>
			<regDesc>511                                 </regDesc>
			<off>  2</off>
			<offDesc>5112                                </offDesc>
		</data>
		<data>
			<port> 6</port>
			<portDesc>vertex portfolio disbursable N      </portDesc>
			<comp> 1</comp>
			<compDesc>61                                  </compDesc>
			<reg> 1</reg>
			<regDesc>611                                 </regDesc>
			<off>  1</off>
			<offDesc>6111                                </offDesc>
		</data>
		<data>
			<port> 6</port>
			<portDesc>vertex portfolio disbursable N      </portDesc>
			<comp> 1</comp>
			<compDesc>61                                  </compDesc>
			<reg> 1</reg>
			<regDesc>611                                 </regDesc>
			<off>  2</off>
			<offDesc>6112                                </offDesc>
		</data>
	</RESULT>
</LPSEARCH>

Sample Error Response
<?xml version="1.0"?>
<LPSEARCH>
    <ERROR>java.rmi.RemoteException: Severe Error: There was a problem recieving data from the server.</ERROR>
</LPSEARCH>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <getPCROResponse xmlns="urn:LPSearch">
            <getPCROReturn><![CDATA[<?xml version="1.0"?>
                    <LPSEARCH>
                        <RESULT>
                            <data>
                                <port> 2</port>
                                <portDesc>VAX/DEC TEST MGR PORTFOLIO 2        </portDesc>
                                <comp> 1</comp>
                                <compDesc>COMPANY 1                           </compDesc>
                                <reg> 1</reg>
                                <regDesc>REGION 1                            </regDesc>
                                <off>  1</off>
                                <offDesc>OFFICE 1                            </offDesc>
                            </data>
                            <data>
                                <port> 2</port>
                                <portDesc>VAX/DEC TEST MGR PORTFOLIO 2        </portDesc>
                                <comp> 1</comp>
                                <compDesc>COMPANY 1                           </compDesc>
                                <reg> 1</reg>
                                <regDesc>REGION 1                            </regDesc>
                                <off>  2</off>
                                <offDesc>OFFICE 2                            </offDesc>
                            </data>
                            <data>
                                <port> 4</port>
                                <portDesc>VAX/DEC TEST MGR PORTFOLIO 4        </portDesc>
                                <comp> 1</comp>
                                <compDesc>COMPANY 1                           </compDesc>
                                <reg> 1</reg>
                                <regDesc>REGION 1                            </regDesc>
                                <off>  1</off>
                                <offDesc>OFFICE 1                            </offDesc>
                            </data>
                            <data>
                                <port> 4</port>
                                <portDesc>VAX/DEC TEST MGR PORTFOLIO 4        </portDesc>
                                <comp> 1</comp>
                                <compDesc>COMPANY 1                           </compDesc>
                                <reg> 1</reg>
                                <regDesc>REGION 1                            </regDesc>
                                <off>  2</off>
                                <offDesc>OFFICE 2                            </offDesc>
                            </data>
                            <data>
                                <port> 5</port>
                                <portDesc>vertex O disbursable Y              </portDesc>
                                <comp> 1</comp>
                                <compDesc>51                                  </compDesc>
                                <reg> 1</reg>
                                <regDesc>511                                 </regDesc>
                                <off>  1</off>
                                <offDesc>5111                                </offDesc>
                            </data>
                            <data>
                                <port> 5</port>
                                <portDesc>vertex O disbursable Y              </portDesc>
                                <comp> 1</comp>
                                <compDesc>51                                  </compDesc>
                                <reg> 1</reg>
                                <regDesc>511                                 </regDesc>
                                <off>  2</off>
                                <offDesc>5112                                </offDesc>
                            </data>
                            <data>
                                <port> 6</port>
                                <portDesc>vertex portfolio disbursable N      </portDesc>
                                <comp> 1</comp>
                                <compDesc>61                                  </compDesc>
                                <reg> 1</reg>
                                <regDesc>611                                 </regDesc>
                                <off>  1</off>
                                <offDesc>6111                                </offDesc>
                            </data>
                            <data>
                                <port> 6</port>
                                <portDesc>vertex portfolio disbursable N      </portDesc>
                                <comp> 1</comp>
                                <compDesc>61                                  </compDesc>
                                <reg> 1</reg>
                                <regDesc>611                                 </regDesc>
                                <off>  2</off>
                                <offDesc>6112                                </offDesc>
                            </data>
                        </RESULT>
                    </LPSEARCH>
                ]]>
            </getPCROReturn>
        </getPCROResponse>
    </soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <getPCROResponse xmlns="urn:LPSearch">
            <getPCROReturn>
                <?xml version="1.0"?>
                <LPSEARCH>
                    <ERROR>java.rmi.RemoteException: Severe Error: There was a problem recieving data from the server.</ERROR>
                </LPSEARCH>  
            </getPCROReturn>
        </getPCROResponse>
    </soapenv:Body>
</soapenv:Envelope>