Rails ActionWebservice called using /api error

Amri,

You can't call a web service using HTTP GET method. Both SOAP and XML-RPC protocols expect a xml request which you must send as a payload of HTTP POST request.