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

Displaying SOAP response using JSP

 
Ranch Hand
Posts: 35
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I need a help regarding the display of SOAP response using JSP.

I am sending a SOAP request from the client using XMLHttpRequest. This is created as a request in the Javascript. Then the request is sent to the server.

Now when the response comes back from the server , it is coming to the XMLHttpRequest object. With this the page does not refresh. So I will have to use DHTML to display the response to the screen. This would make the response handling more cumbersome.

I want the response to be shown in a different jsp page - just like when the page is submitted another page will be displayed.
Any help would be appreciated.

Regards,
Sarah
 
Ever since I found this suit I've felt strange new needs. And a tiny ad:
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic