Hi all,
 How to invoke a soap request from a browser? I want to use the browser as a client. What is the sequence of steps to do that? I have one method in mind.
When the request comes from a browser for some information, the request is processed at the web server, whose Servlet ( Assuming MVC ) will send a message a to the Soap Server , gets the information and sends back the information to the browser. Is this the right way?
Where should i give the header information in this case?
 
Please let me know
Thanks & Regards
Nagaraja Rao

Reply via email to