CMS/Drupal

Drupal::Integrating with SugarCRM-SOAP

onesixx 2013. 9. 29. 15:11
반응형

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

 

 

 

 

=====================================

 

 

http://developers.sugarcrm.com/docs/OS/6.4/-docs-Developer_Guides-Sugar_Developer_Guide_6.4.0-Sugar_Developer_Guide_640.html#9000434

 

 

 

Web Services Overview

Sugar provides a Web Services API interface for developers to build integrations with Sugar for reading and writing data.

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.

 

SOAP vs REST

There are significant differences between how the REST and SOAP protocols function on an implementation level (e.g. Performance, response size, etc). Deciding which protocol to use is up to the individual developer and is beyond the scope of this guide.

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.randallkent.com/drupal/getting-started-with-drupal-services-module-and-rest-server-via-php

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