For Exsample I have Adapter Service name Viewdata in package Exercises.
The Output from this adapter is “ViewdataOutput”.
And I run in developer the result is array string from table. shown like below:
ViewdataOutput
|-results
|-results[0]
|-FIELD1 : abc
|-FIELD2 : 123
|-FIELD3 : xxx
|-FIELD4 : yyy
|-results[1]
|-FIELD1 : abc
|-FIELD2 : 123
|-FIELD3 : xxx
|-FIELD4 : yyy
....etc
is the dsp code like this?
......
%invoke Exercises:Viewdata%
%loop Exercises_Viewdata/results%
%value FIELD1%
%value FIELD2%
%value FIELD3%
%value FIELD4%
%ENDLOOP%
%ENDINVOKE%
.....
#webMethods#Integration-Server-and-ESB#webMethods-General