I am using vtiger CRM – 5.4.0. I want to a create an Android Application to access Vtiger from my Android Mobile. How to call a webservice from my Android Application to login,create record in Viger. Is it any special webservice available in Vtiger?
*Note:* Also i tried to login like(Webservices tutorials) using HttpUrlConnnection in Android.I got challenge token,while login error returns as “invalid token or token expired”.some other webservice available for mobile?
Vtiger provides Web service Client library for Java and java script.To download vtwsclib-1.4 library and its documentation go here. This API provides all web service operations.