downloadXMLData() Method
In ScheduleService, use the downloadXMLData() method to return XML data used to generate a report document. It returns raw data in XML format.
Signature
downloadXMLData(String jobInstanceID, String userID, String password);
Parameters for downloadXMLData() Method
Parameter | Description |
---|---|
String jobInstanceID |
The ID assigned to the XML data. The jobInstanceID is a string of integers. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |