We have webservice, in which request accepts multiple email id's... i.e array
<ns:EmailDetails>
<!--Optional:-->
<ns1:EMailAddress>
test@mail.com</ns1:EMailAddress>
</ns:EmailDetails>
Right now form not allowing to add more than one value(emails)... how do I add multiple emails ...
Thank you in advance