|
Hi
Nagaraja,
You can use the Microsoft WebService behavior (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/using.asp) with Apache SOAP. The only thing you need to do is to replace the line in the example with a line which should be something like that : service.useService("http://localhost:8080/mywebapplication/mywebservice.wsdl","MyWebServiceAlias"). This solution may be used only if your clients are using the Microsoft IE 5.0 browser (and above). You can do the stuff you describe because the behavior is making asynchronous calls to the SOAP server. You have just to specify in your call, the callback method the behavior must use when the result is returned to the browser. You may mix the use of several services in the same time. I've used it with IE 5.0, Tomcat 3.2.1 and Apache SOAP 2.1, Tomcat 3.2.2 and Apache SOAP 2.2 and with The Mind Electric Glue 1.1 & 1.2. It works very well for all these configurations. Christian BERNARD NAGORA Technologies
|
- How To Invoke a Soap Request from a browser? NagarajaRao
- Encoding rules!!!...What is that! Gaurav
- RE: How To Invoke a Soap Request from a browser? Christian Bernard
- RE: How To Invoke a Soap Request from a browser? Anne Thomas Manes
- Re: How To Invoke a Soap Request from a browser? Ong Boon Pang
- Re: How To Invoke a Soap Request from a browser? Richard Bourland
- Re: How To Invoke a Soap Request from a browser? Ong Boon Pang
- RE: How To Invoke a Soap Request from a browser... Christian Bernard
- Re: How To Invoke a Soap Request from a browser? Tom Myers
- Re: How To Invoke a Soap Request from a browser... Ong Boon Pang
