• 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

invoke a jaxws function by passing the HttpServletRequest

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
My question goes more into the JAXWS Webservice call on server side. I have a webserver the get the calls from the webservice. When a client calls a webservice-function i get on my server a HttpServletRequest with the soap message of the webservice. Now i would like to now how a webserver calls the right jaxws function? Could any body give me some hints? Is it possible to invoke a jaxws function by passing the HttpServletRequest by myself?

thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic