Ok This is off the top of my head, but you need to look at the WSDL for the element names?
<cfset aArray = ArrayNew(1) /> <cfset sArray[1] = StructNew() /> <cfset sArray[1].Name = 'Name' /> <cfset sArray[1].Value = 'Value' /> <cfset sArray[2] = StructNew() /> <cfset sArray[2].Name = 'Name' /> <cfset sArray[2].Value = 'Value' /> Etc...... Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---