• 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

Newbie to webservices

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

I am following the below tutorial.

http://www.roseindia.net/webservices/web-services-database.shtml

I did everything according to this tutorial. Everything went fine. The web services client runs fine. But when i try to enter the values in index.jsp page to persist these values in the database. Then are not getting persisted. I get no errors.

Could anyone tell what could be the problem .

Thanks in advance
Deepthi
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Try to set one or more breakpoints or log messages at different points in the application to see how far it goes when inserting data.
First use a more coarse-grained approach with a few log messages or breakpoints, then narrow in on the area in which the problem is by adding more log messages or breakpoints.
Best wishes!
 
Padma Priya
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ivan,

Thanks for your response. I was really at my wits end . But now i could solve the problems.

reply
    Bookmark Topic Watch Topic
  • New Topic