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