Platform SDK: Team Productivity Update

Team Workspace Interfaces XML Stream

The following code example represents the XML stream returned to the Team Productivity Update after an application is instantiated in a Team Workspace. Each tag defines a Team Workspace interface.

<TeamApp>
<URLs>
        <Launch> http://myserver/place/launch.asp </Launch>
        <Summary> http://myserver/place/summary.asp</Summary>
        <Search> http://myserver/place/searchapp.asp </Search>
        <Offline> http://myserver/place/offline.asp </Offline>
        <Delete> http://myserver/place/delete.asp </Delete>
</URLs>
<Result>
<Code> 0 </Code>
<Description> application successfully installed </Description>
</Result>
</TeamApp>

For more information about the meaning of each XML tag, see Team Workspace interfaces.

For the Document Type Definition (DTD) corresponding to the XML stream, see . Document Type Definition for Team Workspace Interfaces.

For more information about the information returned in the <Result> tag, see Result Code and Description.