+ 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?