views:

357

answers:

0

I have a web service I need to call which is expecting a string Array. I'm using the standard VS SSRS and am having troubles setting up the Data Source in my project. I've setup DataSet parameters and tried a number of different options but it seems it will always pass the value as text.

I get thrown the error (Expecting state 'Element'.. Encountered 'Text'). I've definitly searched for an answer and I think I need to create some custom code to actually create the array(???) but not entirely sure.

I know my service URL and security is correct since I can call another method that returns a simple recordset.

Any help would be great. Thanks