List All Groups
getGroupNameList
Gets all groups for your company.
void getGroupNameList(GetGroupNameList request)
- GetGroupNameList is an empty element
Sample XML Request
Only the SOAP body is shown. To see a sample SOAP Envelope and Header, click here.
<soap-env:Body> <getGroupNameListRequest xmlns="http://www.qualcomm.com/qgs"/> </soap-env:Body>
Sample XML Response
<SOAP-ENV:Body> <ns2:getGroupNameListResponse xmlns:ns2="http://www.qualcomm.com/qgs"> <ns2:groupName>A Test Group</ns2:groupName> </ns2:getGroupNameListResponse> </SOAP-ENV:Body>
Exceptions
002: Required field not specified. Only the empty request body is required.
005: Internal error: Call to the Get Group Name List API failed.