All SOAP calls into Sugar use soap.php as their entry point. There are several SOAP APIs at this point. The original API implementation is actually in soap.php. This API has been deprecated. All new development should use the APIs located in the soap subfolder.
SoapSugarUsers.php -- Should be used for single user connections. This is the primary API and is able to control all bean types. The Sugar Plug-in for Microsoft Outlook uses this API.
SoapPortalUsers.php -- Should be used for portal applications. Sugar Portal uses this API.
SoapSync.php -- Should be used for bulk data transfer and getting lists of recent changes.
SoapSugarUsers.php has been updated to have JavaDoc comments in the code. This should help developers leverage the API and speed the development process.
There are also a whole bunch of soap test files in the examples folder. Look under examples for all files that start with soap.
Jacob


LinkBack URL
About LinkBacks






Bookmarks