LoadPgmCallDataTableFromXmlSvcResponseString Method

<< Click to Display Table of Contents >>

Navigation:  SshNetIbmi Class > SshNetIbmi Methods >

LoadPgmCallDataTableFromXmlSvcResponseString Method

Summary

This function loads an XML string that contains a data stream returned from the XMLSERVICE service program after a program or service program call.

 

The XML data is loaded into a DataSet and then the data is loaded into a DataTable.

 

Note: This is generally used as an internal helper function so you will not need to use this method.

 

Parameters

sXMLString - XML string returned from XMLSERVICE call

 

Returns

True=successfully loaded XML file, False=failed to load XML file