Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Juls
Yak Posting Veteran
51 Posts |
Posted - 2012-07-24 : 10:14:55
|
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. |
|
|
|
|