You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Amrey Krause <am...@epcc.ed.ac.uk> on 2002/09/06 12:41:00 UTC

http GET on service endpoint

Hi,

any ideas how I can send my own reply to an http GET to my service's
URL? At the moment AXIS sends a standard http document ("Hi this is an
AXIS service! ...) and I'd like to replace that but I don't know where it
comes from.


Thanks
Amy


Re: http GET on service endpoint

Posted by Steve Loughran <st...@iseran.com>.
----- Original Message -----
From: "Amrey Krause" <am...@epcc.ed.ac.uk>
To: <ax...@xml.apache.org>
Sent: Friday, September 06, 2002 3:41 AM
Subject: http GET on service endpoint


> Hi,
>
> any ideas how I can send my own reply to an http GET to my service's
> URL? At the moment AXIS sends a standard http document ("Hi this is an
> AXIS service! ...) and I'd like to replace that but I don't know where it
> comes from.

It comes from AxisServlet...I have some soon-to-commit changes there though,
so dont go near the CVS version till tomorrow.

note that if you say myendpoint?method=someMethod&param=foo&param=bar Axis
will actually invoke the service. I have a fix related to that too (it wasnt
returning valid XML).