The Team Workspace interfaces are defined by XML tags that return a set of URLs to the Team Productivity Update. The following table describes each of the Team Workspace interfaces the Team Productivity Update defines.
XML tag |
Description |
<TeamApp> |
Defines the entire XML stream for the team application. |
<URLs> |
Defines the five URLs that make up the Team Workspace interfaces. |
<Launch> |
Contains the location of the file used to launch an application from its associated icon or link. |
<Summary> |
Registers a summary view of an application with the Team Productivity Update. Summary views are launched in individual IFrames of a set height and width. Each summary view has a title bar that displays the friendly name of the application. |
<Search> |
Returns the location of an application's search page, if the application supports searches. |
<Offline> |
Returns the location of the page requested when a user takes the application offline. |
<Delete> |
Returns the URL launched when an administrator approves a request to delete the application from a Team Workspace. The Delete URL should also return a <Result> that indicates success or failure of the deletion and describes any errors that occurred. |
<Result> |
Contains the <Code> and <Description> tags. Instantiation URLS and Delete URLs should always return a <Result>. |
<Code> |
A positive <Code> value—0 or above—indicates success. Negative values indicate failure. Error information should be returned in the <Description> tag. |
<Description> |
Contains information about errors that occurred during the instantiation or deletion of an application. If no <Description> information is provided, the Team Productivity Update provides default messages. For a successful instantiation, the default message is "Successfully instantiated." For failure, the default is "Failed to Instantiate." For <Delete>, it is "Failed to Delete." |