Axis2 by default supports both REST and SOAP unless u explicitly turn it off. Hence the default config makes all service can be accessed via REST. e.g the version can be accessed at http://localhost:8080/axis2/services/version/getVersion
Thanks, Keith. On Thu, Feb 21, 2008 at 3:23 PM, Moley Harey <[EMAIL PROTECTED]> wrote: > Hi, > > I have implemented an Axis2 web service following the Axis2 Tutorials and > using Axis Data Binding, I have implemented a client that test the SOAP over > HTTP requests/responses. > > My question is what should I do to support not only SOAP but REST > requests? > I have seen in my axis2.xml file some parameters such as "restPath", > "disableREST" etc... that I should tune to get this but is there anything I > have to add to my SOAP service implementation? > > Thanks, > > Mh > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Para atras, solo para tomar impulso! > > http://chromewaves.blogspot.com/ -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
