function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnnParampathoorAnnParampathoor 

Read the QueryResult

Can somebody give some sample regarding how to read the QueryResult.

I got an SObject by using new QueryResult().getRecordsArray().

But I am unable to read the values from the SObject.

 

I have seen many samples by type casting the SObject to Account. But here I am using partner.wsdl and axis2 and I dont have an Account class. What I am trying to retreive is the username

werewolfwerewolf
See the Java partner WSDL samples here (from the API wiki).