getXMLDataInSession() Method
In ScheduleService, use the getXMLDataInSession() method to return the byte[] of XML data based on the jobInstanceID and bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
byte[] getXMLDataInSession(String jobInstanceID, String bipSessionToken);
Parameters for getXMLDataInSession() Method
Parameter | Description |
---|---|
String jobInstanceID |
The ID assigned to the job instance. The jobInstanceID is a string of integers. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |