http://www.youtube.com/watch?v=Chcz_gGxNy8
http://www.websitemaintenancelabs.com/dev-blog/integrating-drupal-and-sugarcrm
http://deanhaddock.com/sugarcrm-soap-examples-2/
=====================================================
http://www.websitemaintenancelabs.com/dev-blog/integrating-drupal-and-sugarcrm
Part 1: In this post, we'll halfway integrate Drupal and SugarCRM.
We'll have Drupal automatically create and update records in SugarCRM via SOAP web service calls.
http://www.slideshare.net/AcquiaInc/unleash-the-power-of-an-integrated-drupal-and-sugarcrm-solution
http://diggit.drupalextras.com/node/30536/related_links
http://getlevelten.com/blog/david-hahn/basic-drupal-and-sugarcrm-integration-pt-2
http://support.sugarcrm.com/04_Find_Answers/03_Developers/100Web_Services/100REST_API
http://www.ibm.com/developerworks/library/x-sugarcrmrest/
http://www.slideshare.net/asakusuma/using-the-sugarcrm-rest-api
=====================================
Sugar provides Web Services APIs through the NuSOAP PHP implementation of the SOAP and REST protocol.
SOAP (Simple Object Access Protocol) is used for making Remote Procedure Calls through the HTTP protocol by relaying messages in XML. The SugarSoap APIs, built on top of the NuSOAP PHP library, are included in the Sugar Community, Sugar Professional, Sugar Corporate, Sugar Enterprise, and Sugar Ultimate editions.
REST (Representational State Transfer) is used for making method calls through HTTP protocol by sending and receiving messages in JSON/Serialize format. Framework supports the addition of multiple formats for REST. For example, you can add XML format to send and receive data.
Starting in SugarCRM version 6.2.0, there are some deviations between the protocols with the v4 API. There are three additional core calls that are only made available through the REST protocol.
The new calls are documented below in the Core Calls section.
=----------
http://www.websitemaintenancelabs.com/dev-blog/integrating-drupal-and-sugarcrm
'CMS > Drupal' 카테고리의 다른 글
views (0) | 2013.10.19 |
---|---|
Drupal::Wysiwig::disable CKeditor for comment fields (0) | 2013.09.13 |
drupal tutorial (0) | 2013.09.11 |
TB Sireate-font (0) | 2013.09.06 |
Update Drupal Core (Minor update procedure) (0) | 2013.09.05 |
MAP (0) | 2013.09.05 |