• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JAX-WS clinet web application - displaying the SOAP request and response in JSP

 
Greenhorn
Posts: 11
Android Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys - I've implemented a JAX-WS client web application with a message handler where I can get the request and response. i.e.; I got the SOAP request and response as strings. I would like to get these strings and display them on every page. I'm invoking the service in the action class (struts) and forwarding the request to JSP to print the parsed data coming from the service.

Question here is - how to get these two strings to the action class back? I've sued the request scope at server side to do the same but the request is coming blank in case of client.

Any ideas?
reply
    Bookmark Topic Watch Topic
  • New Topic