Hi Gytis,
Thanks for response,
Actually the code which is available on internet is to handle ResultSet of SQL i.e java.sql.ResultSet and it has methods like next(),getString(),getInt() etc.
But what I am getting is custom resultset related to VSM i.e _0.v9.api.servicemanager.ionix.com.emc.InfraAPIStub.ResultSet_type5 and it does not have above said methods ,It has only five methods getClass(),getExtraElement(),getOMElement(),getPullParser(),getSchema() ,So I am unable to iterate through rows of table,
As per my understanding something goes wrong while generating java classes from end point url OR I dont know how to parse custom resultset of VSM,
Any body in forum knows parsing the custom resultset of VSM in java,