cancel
Showing results for 
Search instead for 
Did you mean: 

Output field in Web Service not seen by VC as an Array

Former Member
0 Kudos

I have a Web Service that returns an array of int's. When I map the output field to a table, it appears as VC only sees the first occurrence in the array. I also see this VC behavior when I use the Web Service Test tool. What can be done about this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I had the same problem using a web service. This is how you can resolve it:

Drag that data service to your storyboard, right-click on it and click on <b>Test Web Service</b>. You will see an additional button in the bottom right hand-side called <b>Add fields</b>. Click on that and the fields in that array will show up.