SA XT for web access : System Architect XT : System Architect XT Web Service : System Architect XT Web Service methods : SetWorkspaceID
  
SetWorkspaceID
This method should be used for workspace enabled encyclopedia. A session must be established on the server, and a workspace enabled encyclopedia must be open. The SetWorkspaceID method requires a SessionId and WorkspaceID an Integer containing the identity of the desired workspace.
This method will allow the user to switch between different workspaces.
Values updated
LastDateTime = current date and time
Arguments
sSessionId
The session id returned from the startsession method.
workspaceID
The workspace id is the identity of the workspace. The workspace id and name is returned from the GetWorkspaceTree method.
Return
SAWSResult:
iError
0 if successful, otherwise an error number
sErrorMsg
Empty if successful, otherwise a description of the problem
sOutput
Always empty.