SA XT for web access : System Architect XT : System Architect XT Web Service : System Architect XT Web Service methods : RunReport method
  
RunReport method
The RunReport method requires a SessionId and a string containing the System Architect report script to run. The report output is an XML encoded string that can be found in the SAWSResult objects sOutput member.
Updated values
The SessionState values below are updated as follows:
LastDateTime = current date and time
Arguments
sSessionId
The session id returned from the startsession method
sReportString
A string containing a standard System Architect report script
Return
SAWSResult:
iError
0 if successful, otherwise an error number
sErrorMsg
Empty if successful, otherwise a description of the problem
sOutput
If successful the string contains the XML encoded report output, otherwise the string is empty