<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.lime-crm.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Lime CRM Wiki integration:lime-web-service</title>
        <description></description>
        <link>https://docs.lime-crm.com/</link>
        <lastBuildDate>Tue, 28 Apr 2026 16:22:12 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://docs.lime-crm.com/ttps://docs.lime-crm.com/lib/tpl/bootstrap3/images/favicon.ico</url>
            <title>Lime CRM Wiki</title>
            <link>https://docs.lime-crm.com/</link>
        </image>
        <item>
            <title>Configuration</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/configuration?rev=1543788559&amp;do=diff</link>
            <description>Configuration

LWS is configured through the Lime CRM Server Administration (LISA) interface.

Activate for database

Lime CRM Web Service is configured separately for each database and must therefore be activated for each database for which it is to be used. In LISA, select the database that is to be configured and go to</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Writing .NET clients</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/dataaccess?rev=1543788559&amp;do=diff</link>
            <description>Writing .NET clients

Lundalogik provides a helper library called Lundalogik Data Access that simplifies working with Lime CRM Web Service from .NET code. The library is available as a NuGet package from nuget.org.

Connecting

Using a configuration file

To connect to an instance of Lime CRM Web Service, update your application</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Working with documents</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/documents?rev=1543788559&amp;do=diff</link>
            <description>Working with documents

Lime CRM saves files in the file system table, and uses the file field type to link a user entry with a file. This field has a type attribute indicating the type of file for which it is intended, and the various types are not processed in the same way in Lime Web Service. This section describes how files are processed and provides examples of how to retrieve and add files.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Installation</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/installation?rev=1543788559&amp;do=diff</link>
            <description>Installation

Follow these steps to install Lime CRM Web Service:

	*  Make sure that .NET Framework 4.0 (full) is installed.
	*  Install Lime CRM Web Service by running setup.exe with elevated rights.
		*  The installation program will do the following:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Queries</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/queries?rev=1543788559&amp;do=diff</link>
            <description>Queries

When retrieving data from Lime CRM Web Service, you must specify a query that describes the data to be returned. A query is given in XML format and specifies the table on which the query is based, the fields from which data should be retrieved, the conditions that the data must meet and how it should be sorted. The result is also returned as an XML document.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Lime CRM Web Service</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/start?rev=1554896035&amp;do=diff</link>
            <description>Lime CRM Web Service
Lime CRM Web Service is set for end of life in Q2 2020 in favour of the REST APIs
Lime CRM Web Service (LWS) is a web service for searching for, publishing and maintaining data in a Lime CRM database. The service is perfect for publishing Lime CRM data on intranets or public websites. You can also use the Lime CRM Web Service to update and delete existing data or to create new entries in the database when integrating with other systems.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Wed, 10 Apr 2019 11:33:55 +0000</pubDate>
        </item>
        <item>
            <title>Calling stored procedures</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/stored-procedures?rev=1543788559&amp;do=diff</link>
            <description>Calling stored procedures

Lime CRM supports customized stored procedures and version 10.5 onward also supports the ability to call  these via Lime CRM Web Service. A stored procedure can be used to update, calculate or retrieve data.

A stored procedure is executed using the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Update existing entry</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/updates?rev=1543788559&amp;do=diff</link>
            <description>The “UpdateData” method is used to add, update or delete entries in LIME via Lime CRM Web Service. This method receives an XML document containing the entries that are to be added, updated or deleted. The method returns an XML document with information about each action taken with the entries. All records specified in the update document are created/updated/deleted inside a transaction.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Upgrade instructions</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/upgrade?rev=1543788559&amp;do=diff</link>
            <description>Upgrade instructions

There are a few things to keep in mind when upgrading to a newer version of Lime CRM Web Service.

Authorization

Please refer to this page for information about changes in the authorization model between version 10.11 and later versions of Lime CRM Web Service.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
        <item>
            <title>Retrieving and updating information</title>
            <link>https://docs.lime-crm.com/integration/lime-web-service/using?rev=1543788559&amp;do=diff</link>
            <description>Retrieving and updating information

Lime CRM Web Service essentially offers three operations, one to search for and retrieve information, one to update information and one to retrieve images and files:

	*  GetXmlQueryData - retrieves entries and documents.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>integration:lime-web-service</category>
            <pubDate>Sun, 02 Dec 2018 22:09:19 +0000</pubDate>
        </item>
    </channel>
</rss>
