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
Priyanka PallepatiPriyanka Pallepati 

How to send an array of objects into SOAP request

Hi all - 

I have a SOAP webservice request of this sort:

               <emailAddresses xsi:type="bpc:ArrayOfEmailAddressStructure" soapenc:arrayType="bpc:EmailAddressStructure[]"/>

This is an array of type EmailAddressStructure and I have the similar object (EmailAddressStructure) defined in my project. I will be getting the values of this object from UI..

how do I send an array of EmailAddressStructure to this SOAP sample request?