tags:

views:

146

answers:

1

I am having problems with Rhomobile rhodes, plaese can someone tell me how to make http post, get, put, and delete using Rho::AsyncHttp? I've been trying it to no success for hours.

A: 

Hi I have a sample of get an post res = Rho::AsyncHttp.post(:url => 'http://192.168.1.64/WebServiceTest/Service.asmx/Sumar') @msg= "Sync http call: #{res}"

http://wiki.rhomobile.com/index.php/RhodesConnectToWebServices

juan