While the SOAP service is capable of processing many variations of queries, there is only one method that you will call to perform a query:
Query(string sessionTicket, DFRequest request)
Seen in the above, the first parameter of the Query method is the Session Ticket. The second parameter is the request for data and will have a base type of DFRequest
, but the actual type will be specific to the type of query that you want to perform.