Driver->GetDrivers
GetDrivers (Driver Function)
Returns the driver IDs of the drivers in the company.
XML Request
The GetDrivers function has no input parameters.
<soap:Body> <GetDrivers xmlns="http://www.qualcomm.com" /> </soap:Body>
XML Response
The XML response will have a <GetDriversResult>
tag that contains a list of Driver IDs.
<soap:Body> <GetDriversResponse xmlns="http://www.qualcomm.com"> <GetDriversResult> <DriverIds> <string>string</string> <string>string</string> </DriverIds> </GetDriversResult> </GetDriversResponse> </soap:Body>