Hello,
I am calling a webservice in a webservice task and one of my parameters is a list[].
I am assigning a variable of type object to it which holds result of my query with just one field.
it is throwing an error. However when I manualy put values into to this list[] parameter it works fine.
Anyone did this before?
Also, when I assign the object variable the WS parameter type shows as "int[]". Howver when I close and go back in the type shows just "int".
thanks.
I am calling a webservice in a webservice task and one of my parameters is a list[].
I am assigning a variable of type object to it which holds result of my query with just one field.
it is throwing an error. However when I manualy put values into to this list[] parameter it works fine.
Anyone did this before?
Also, when I assign the object variable the WS parameter type shows as "int[]". Howver when I close and go back in the type shows just "int".
thanks.