Re: Invoke a Apache Soap web server from a browser

2001-09-18 Thread Aron Vaughan
September 18, 2001 1:31 AM Subject: Invoke a Apache Soap web server from a browser > Hello! > I am wondering if it is possible to invoke a apache soap web service from a > client browser. The examples I have seen illustrates it only how to do it with > a Java client. Can't I invoke a

Re: Invoke a Apache Soap web server from a browser

2001-09-17 Thread Dmitri Colebatch
There was an article on Javaworld some time ago about invoking a SOAP service from javascript. This would enable you to work entirely client side. I think this is the article: http://www.javaworld.com/javaworld/jw-03-2001/jw-0330-soap.html cheesr dim On Tue, 18 Sep 2001, Tomas Jacobsson wrote

Invoke a Apache Soap web server from a browser

2001-09-17 Thread Tomas Jacobsson
Hello! I am wondering if it is possible to invoke a apache soap web service from a client browser. The examples I have seen illustrates it only how to do it with a Java client. Can't I invoke a service with only writting xml code and then use it with the browser? If it is possible then how should