Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

Hey You want the vTiger android application like anCRM vtiger ?

https://play.google.com/store/apps/details?id=com.xirgosoft.vtigercrm

if yes, you have the challenge token you can go ahead with the login. The access key field in the login operation is the md5 checksum of the concatenation of the challenge token and the user's own access key. The login operation, as opposed to getchallenge, is a post request.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top