File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Unable to list array items in SOAP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Unable to list array items in SOAP" Watch "Unable to list array items in SOAP" New topic
Author

Unable to list array items in SOAP

Adrian Alwishewa
Greenhorn

Joined: Nov 06, 2012
Posts: 1
Hey,

I am building a SOAP web service which allows the user to add/delete or list a bibliography list.

I have implemented the add method which adds a new list to the file and also saves it to a file in xml format. This method works with the soap web services but now I have to implement a list method which will allow me to display the item list within a jsp for starters. I am having trouble implementing any solution I have tried many but with no luck.

I have a class Reference with two sub classes Book and journal for now which are the two items the user can input. They are saved to a list in a separate class. For starters I just want to know how I can display the contents of the list on a jsp and later on integrate that with SOAP.

My knowledge with web development is quite low and I am learning as I go but I need some help understanding how to complete this task. any help will be appreciated.

Thank you.
Adrian
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Unable to list array items in SOAP
 
Similar Threads
How to bind list values from jsp page in spring.
jsf selectitems problem
Sending the list from server to the JSP
Accessing JavaBeans in Servlets
How to create user web pages