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
VPVP 

retrieve signature for 6.0 api and axis 1.2.1

VPVP
Sorry hit enter and blank message got posted...

The api doc has the retrieve api signature as
sObject[] result = sfdc.retrieve(string fieldList, string sObjectType, ID ids[]);

But with axis 1.2.1 the ID class does not get generated, it is just a plain string. So their is no way to construct the ID object now. So should I use String[] for the last parameter in the retrieve call instead of the ID[]?
darozdaroz
That's correct. ID is now String....