i have created a web service which is supposed to show me all the contents of the table containing 4 fields.
I have made a class containing these four fields and made it implement java.io.serializable and returned an array of this class.
The problem is i am able to view only one field out of the four ...i have checked the array it is populated correctly..something on the web service end is missing .....
can anycody help..