Axis 1.2 got rid of having a separate servlet for REST. Now both REST and
SOAP are handled by the same servlet (If needed REST can be dissabled). In
1.1.1 axis2/rest calls the REST servlet while axis2/services calls the main
servlet. This is the reason for the change.

Thanks,
Keith.

On 5/25/07, Ognjen Blagojevic <[EMAIL PROTECTED]> wrote:

> Can anybody help me to enable rest APIs in my webservices with Axis2?

What seems to be the problem? Rest is already enabled. In axis2 1.1.1,
you could test it at

   http://127.0.0.1:8080/axis2/rest/Version/getVersion

and in 1.2, it is

   http://127.0.0.1:8080/axis2/services/Version/getVersion


Regards,
Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/

Reply via email to