Thanks Ben. I did it exactly as you told.
But I want to print the result. I tried to use iterator to iterate but not succeed .
Here is a code:
LunListInfoRequest lunreq = new LunListInfoRequest();
System.out.println("luninfo is .. " + lunreq);
Iterator<LunInfo> lunInfoIter = apirunner.iterate(lunreq,10);
In this code I got error to iterate method at line 3.
Is there any alternate way to iterate the object?