Hi, You have to use the rest epr for this. Axis2 has two eprs for SOAP and REST services. Also the operation name you have to have it as part of the URL and not as a parameter So the URL for you would be
http://localhost:8080/axis2/rest/version/getVersion The easy thing to figure this out is to use the Axis2 Webapp services page. It lists the correct epr to use HTH Ajith On 8/30/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote:
Seems like your service URL is incorrect. Please try using : http://localhost:8080/axis2/services/version/getVersion Thanks, Ruchith On 8/30/06, Jaimin <[EMAIL PROTECTED]> wrote: > > > I uploaded axis2.war onto Tomcat 5.5.17. I can see Axis2 home page, service > listed includes "version", and can get to its wsdl file from the browser. > But call to method "getVersion" fails with the following error message: > > Requested resource not found! > The URL is > http://localhost:8080/axis2/services/version?method=getVersion > > What am I doing wrong?!?!!?! Something very simple, eh? > > Any help appreciated as I am new to Axis2. (Things were fine with Axis1). > > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
