Hi Moley,
If I understood your question correctly, you don't have anything to configure in your axis2.xml or service implementation class in order to get the REST support.

Suppose your service is Sampleservice and it has one operation called sayHello(). Then you can invoke your service in RESTful manner as follows.
http://localhost:8080/axis2/services/Sampleservice/sayHello

regards
Charitha

Moley Harey 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/




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

Reply via email to