Hi Gytis,
As shown in the above code "executeQueryTableResponse.getResultSet" should return an object of DataSet,
However in my code the retun type is ResultSet_type5.
I can see the DataSet class is available in InfraAPIStub.java however i dont see any method in the DataSet class to iterate through the rows of table.
Am I looking at right classes generated for java??