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
RaghavenderRaghavender 

How to pass a List as a parameter to a Web Service

hi ,

 Could you please provide an Example to pass a List as a parameter to a webservice.

 

Thanks,

Raghavender

gm_sfdc_powerdegm_sfdc_powerde

If you are talking about the SOAP API, did you generate the stubs for your language from WSDL? If you did, just take a look at the signature of the web service method and that should tell you the data structure you need to use for the input list parameter.