• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to list array items in SOAP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Forget Steve. Look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic