# How to pass data in the body of the http request.

**URL:** https://forum.servoy.com/t/how-to-pass-data-in-the-body-of-the-http-request/13090
**Category:** Classic Servoy
**Created:** [October 22, 2010, 12:33pm UTC](https://forum.servoy.com/t/how-to-pass-data-in-the-body-of-the-http-request/13090 "2010-10-22T12:33:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tysonj](https://avatars.discourse-cdn.com/v4/letter/t/f14d63/32.png) [@tysonj](https://forum.servoy.com/u/tysonj)
#### Post date: [October 22, 2010, 12:33pm UTC](https://forum.servoy.com/t/how-to-pass-data-in-the-body-of-the-http-request/13090/1 "2010-10-22T12:33:24Z")

</div>

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.

Thanks,  
Tyson

---

<div class="post-metadata">

### Author: ![tysonj](https://avatars.discourse-cdn.com/v4/letter/t/f14d63/32.png) [@tysonj](https://forum.servoy.com/u/tysonj)
#### Post date: [October 25, 2010, 5:48am UTC](https://forum.servoy.com/t/how-to-pass-data-in-the-body-of-the-http-request/13090/2 "2010-10-25T05:48:46Z")

</div>

Hi

From my serarch I found a test page([http://localhost:8080/examples/restfulws\_testpage.html](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.

Thanks  
Tyson

---

<div class="post-metadata">

### Author: ![pbakker](https://avatars.discourse-cdn.com/v4/letter/p/a4c791/32.png) [@pbakker](https://forum.servoy.com/u/pbakker)
#### Post date: [October 25, 2010, 7:45am UTC](https://forum.servoy.com/t/how-to-pass-data-in-the-body-of-the-http-request/13090/3 "2010-10-25T07:45:20Z")

</div>

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.

Paul
