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
