vtwsclib - 1.2 released
March 28th, 2009 by Prasad
I’m happy to make the availability vtwsclib - version 1.2
Download URL: http://forge.vtiger.com/frs/?group_id=181&release_id=503
Thanks to community for providing support & feedback on the earlier version of the library.
Highlights of this release:
* Fixed bug that was happening during Login and Describe operation.
* doListTypes API return data-structure was changed to Map instead of List.
* New API lastError was added to get error information sent for the unsuccessful operation.
* Sample Applications (vtclient - using PHP wrapper classes and vtoffline - using Javascript wrapper classes) were updated.
Please refer the documentation for more information and share your feedback.
What vtwsclib?
vtwsclib (vtiger CRM Web Services Client Library) provides wrapper classes for PHP, Javascript, and Python, to use vtiger CRM web services. Using this library you can write new applications that integrate with vtiger CRM.
Project URL: http://forge.vtiger.com/projects/vtwsclib/




Hi Prasad,
very good news!
and spread the word in the local community
I will test the new version right now
Ciao
Carloz
Thank you
Very nice!
Any idea when we might see a RC of vtiger 5.1? Or even a second validation build?
Andrew,
We are currently reviewing and fixing issues on http://trac.vtiger.com and identifying migration issue.
We have not set a deadline yet for the second validation build (hopefully should take 2 - 3 weeks) as migration issues generally take more time than expected for getting resolved.
Prasad,
vtiger Team
Yes, is a good news, now I’m trying that.
Later send result.
Yoinier.
Hi Congratulations, great work
Do you have plans to use a framework like zend or cake?
Marc,
The library vtwsclib being developed is to consume the REST Webservice API exposed by vtiger 5.1, don’t see a need of using the entire framework like Zend/Cake
However, JSON utility provided by Zend is used.
Let me know if I’m missing any information or pointers.
Regards,
Prasad
vtiger Team
Great work. We could not figure out how to configure the sample application (vtvlient) so that it works with an SSL (https) conncection to the CRM. Do you have any hints what to do?