• 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

Returning Values from a Web Service and How to handle them

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am supposed to be displaying certain data from the DB which is returned by the Web Service . Till now for testing purposes I was just sending the results as String , But now I need to return values to the Client from the Web Service and I also need to know how to handle them when the values are got in the client side .

Ex : I have a web Service which is supposed to return these Fields ( all String)

1.First Name
2.Last Name
3.City
4.User Type .. so on and so forth

Now in the web service I am retrieving them using a simple SELECT Statement and then using ResultSetObject.getString() . So what do I do If i have to send the ResultSet data onto the client side and display it there ?

Thanks and Regards
Varun
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic