Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → Solution-Type
Solution-Type indicates the type of solution.
Name | Type | Description |
---|---|---|
TEAMTRACK-SOLUTION | string | Indicates that the solution was created by SBM developers. |
USER-SOLUTION | string | Indicates that the solution was created by a user. |
THIRDPARTY-SOLUTION | string | Indicates that the solution was created by a third party. |
The Solution-Type helps identify the type of solution returned in the SolutionData response. For more information, see SolutionData.
The following XML shows Solution-Type as seen in a typical response.
<ae:GetSolutionsResponse> <ae:return> <ae:solution xsi:type="ae:SolutionIdentifier"> <ae:displayName>Issue Defect Management</ae:displayName> <ae:id>1</ae:id> <ae:uuid>cea0a86c-5d74-4e12-b8d6-9d6b90186f1e</ae:uuid> <ae:uniqueName>ISSUE_DEFECT_MANAGEMENT</ae:uniqueName> <ae:tabName>IDM</ae:tabName> </ae:solution> <ae:type>USER-SOLUTION</ae:type> <ae:prefix>UBG</ae:prefix> <ae:description>Last updated 1/26/09</ae:description> </ae:return>
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.