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
jpwagnerjpwagner 

API's in APEX

a few questions on this:

 

1.

 

first of all, at one point, apex code only allowed simple (string) responses from webservice callouts.  is this still the case?  if so, when is salesforce planning on supporting complex responses in this scenario?

 

_____________________________________________________________________________

2.

 

more specifically, I'd like to access meta-data from apex code to modify existing picklist values.  does anyone have thoughts on if this is doable?

 

(i believe this means that if salesforce supports the enterprise and metadata wsdl's converting to apex code (enterprise because of authentication) AND the specific calls made have simple responses, this should work.)

 

Thanks!