hmmm....what version of axis was this feature introduced in?  Seems like i
had tried this before and all i got back was a message saying "This web
service does not support 'get' type http calls"

perhaps i am mixing up my experience with GLUE and AXIS....


-----Original Message-----
From: Glen Daniels [mailto:[EMAIL PROTECTED]
Sent: Monday, June 02, 2003 8:33 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Calling a web service from a browser


Hi folks:

> I dont think there is any 'built-in' way to call the web 
> service from a
> browser as there is in the GLUE product.

We do have a simple way to call RPC services via an HTTP GET, which works
like this:

http://host:8080/axis/services/MyService?method=getTemp&zip=02474

i.e. use the method param to control method name, and add other params as
appropriate; this only works for simple types.  You'll get back the SOAP
response.

What we don't yet have is a way to generate an HTML form which allows the
user to fill in argument values and make the call via a UI.  If someone had
the time to write such a beast, we'd happily commit it to our source tree!
:)

Thanks,
--Glen

> Jim
> 
> -----Original Message-----
> From: Alexandru Simion [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2003 8:15 AM
> To: [EMAIL PROTECTED]
> Subject: Calling a web service from a browser
> 
> 
> Hi ,
> 
>     Can, anyone, tell me if it is possible to invoke an axis 
> web service 
> from a browser ?
> And, if yes,  what is the procedure to do that ?
> 
> 
> Thanks
> 
> Sam.
> 

Reply via email to