>>>>> "Alexandru" == Alexandru Simion <[EMAIL PROTECTED]> writes:
Alexandru> Hi , Can, anyone, tell me if it is possible to invoke
Alexandru> an axis web service from a browser ? And, if yes, what
Alexandru> is the procedure to do that ?
Yes, it should be possible. You either can write a cgi script in perl
and build the SOAP message using SOAP::Lite or use the Servlet Java
class: you get the query string in the servlet's doGet method, do
whatever you like with it - make the soap call - get the response etc.
However to do the latter you have to have a servlet container running
and it has to be properly configured.
Ingrid