java - Eclipse Web Service Explorer not displaying list of Objects as response -


i have basic soap based web service. able invoke methods , add information it. but, while retrieving , data single class object seems displayed in wse browser. if have list of objects, not able response in body. not sure, whats going wrong. logs in console don't throw error.

is there better way view list of objects in wse ?

try clicking source link (to right of body) check if soap response envelope indeed has multiple objects in it. if has, may have encountered bug in viewer, if doesn't - either service doesn't work expected, or request not proper.

i tested locally following public service (operation getall):

http://www.predic8.com:8080/crm/customerservice?wsdl

it returns list of many customers (judging raw response), me wse listed few of them (and indentation depicting hierarchy wrong), guess view of wse not reliable.

so i'd suggest sticking raw xml view in wse. in everyday work prefer using soap ui service exploring/testing. free , gets regularly updated - might want check out.

good luck!


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -