cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Not showing All fields

former_member181928
Participant
0 Kudos

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..

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181928
Participant
0 Kudos

I have tried to consume the web service from a web dynpro ...still it shows only one field

please help

regards

Nilesh

Former Member
0 Kudos

Hi Nilesh,

I found the solution for this.

Fields should not contain underscore in between. Specify field names without underscore, then try again.

Regards,

Bhavik

Award points if answer was helpful.

Former Member
0 Kudos

Hi Nilesh,

Where you have checked your webservice?

If you have checked webservice in wsnavigator then it is not a problem. When you call web service from your client it will give correct result.

Regards,

Bhavik