Hi, if the array is _inside_ the response of the web service you don't need to initialize the array. Just make sure that the element that then shall contain the array is present before assigning the response to it.
Best, Tammo On 24.02.2010 13:24, Dhanush Gopinath wrote: > Hi, > > I am using the literal assignment method to initialize my input variable > for an invoke activity (as per Spec Page 61). So far it works fine for > elements which do not have any arrays in it. But I have a web service > which has an input variable with arrays inside it. How do we initialize > an input variable for a web service that is expecting an array of xml > elements in it? > > I tried concatenating the xml string for each array element and the > tried to do a literal assignment onto the variable. But it didn't work > and I got selectionFailure error. Has anyone come across such kind of > situation? How can this be tackled? > > > > Thanks & Regards > > Dhanush Gopinath > > > > -- Tammo van Lessen - http://www.taval.de
