Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Application Calls → GetSolutions
This service returns a list of solutions that can be accessed by the user.
SolutionData (a list of solutions) is returned in the response. Each return element contains a SolutionIdentifier, and additional information including the UUID. See SolutionData for more information.
The following XML is a snippet of the payload that is sent with GetSolutions.
<urn:GetSolutions> <urn:auth> <urn:userId>admin</urn:userId> <urn:password></urn:password> <urn:hostname></urn:hostname> <urn:loginAsUserId></urn:loginAsUserId> <urn:extendedData> <urn:data> <urn:name></urn:name> <urn:value></urn:value> </urn:data> </urn:extendedData> </urn:auth> <urn:options> <urn:extraOption> <urn:name></urn:name> <urn:value></urn:value> </urn:extraOption> </urn:options> </urn:GetSolutions>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.