• 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

Web Service that needs a User Input from a JSP

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys! I have successfully created a webservice using JAX-WS. However, I have a problem. My webservice needs some user input (e.g. a vtoken) from a jsp page to complete the processing and be able to send a reply back to the web service client. This input could not be provided by the webservice client at all, which is why im having this problem . I'm not sure how I could be able to implement this and I need some help. Any suggestion would be greatly appreciated. Thank you very much!
reply
    Bookmark Topic Watch Topic
  • New Topic