Hi,
I had imported the sample solution for RESTfull web services(servoy_sample_rest_ws).It’s running fine on my servoy developer version 5.2.2.
But couldn’t find how to implement the GET, POST, PUT or DELETE on the URL to invoke the four method’s(ws_create(emp),ws_read(id)…).
And can some one put some light on how are we going to pass the arguments for the methods through the URL.
From my serarch I found a test page(http://localhost:8080/examples/restfulws_testpage.html) that would invoke the four method’s of the RESTful web services present in the form servoy_sample_rest_ws of the sample solutions.
Can some one help me with some Other way to call those functions or send me a link that would make me understand the test page.
From within Servoy there is currently no way to specify the body of a HTTP Request manually, this will be addresses in the next major version of Servoy.
For testing RESTful WebServices that are published using Servoy (using the functionality in the RESTful WebServices plugin), you basically utilize the environment from which you will be calling the webservices, whatever that may be.