in reply to Using a dynamic variable within a SOAP data structure

Thanks for the replies. Khen1950fx, your approach looks like it would do what I want, apart from if you take a look at my original code then it's actually building a hierachy so ListOfContact contains Contact which then contains all the other values, so I'm not sure it's as simple as just creating an array of each. Unless perhaps I can create an array of the parameters under Contact and then use that array as the Data->value of Contact.
  • Comment on Re: Using a dynamic variable within a SOAP data structure

Replies are listed 'Best First'.
Re^2: Using a dynamic variable within a SOAP data structure
by Khen1950fx (Canon) on Apr 20, 2011 at 13:47 UTC