Forming a template for sending post request in x-www-urlenco

Posted by Kobe_mamba on 07-Jun-2014 14:52

Hi, 
I am new to rollbase and Web services...SO please help me 

I am creating an application where I have to make a rest call using post to an external api in x-www-urlencode content type ...

I am using sendhttpPost()...Can you walk me through the process of creating a template and submitting the request ....

All Replies

Posted by Laurent on 11-Jun-2014 10:25

The example in the documentation is pretty straightforward:

var info = rbv_api.sendHttpGet("www.rollbase.com/.../ri.jsp");
rbv_api.println(info);

Is there anything else which is blocking you?

This thread is closed