I downloaded the AXL SQL Toolkit, and I am always getting a null result set. Below is my C#.NET code:AXLAPIService axl = new AXLAPIService("ipaddress", "user", "password");ExecuteSQLQueryReq request = new ExecuteSQLQueryReq();ExecuteSQLQueryRes resu...