Difference between revisions of "Bindings And Samples"
From LogicalDOC Community Wiki
Jump to navigationJump to search (→PHP Integration) |
(→PHP Integration) |
||
Line 67: | Line 67: | ||
| 6.7.1<br> | | 6.7.1<br> | ||
| [http://sourceforge.net/projects/logicaldoc/files/samples/samples-6.7/PHP-SOAP_webservice-6.7.1.zip/download PHP-SOAP_webservice-6.7.1.zip] | | [http://sourceforge.net/projects/logicaldoc/files/samples/samples-6.7/PHP-SOAP_webservice-6.7.1.zip/download PHP-SOAP_webservice-6.7.1.zip] | ||
− | | Changes in Search_parametric.php and Folder_workspaces.php | + | | Changes in: Search_parametric.php and Folder_workspaces.php |
|- | |- | ||
| 6.6.2<br> | | 6.6.2<br> | ||
| [http://sourceforge.net/projects/logicaldoc/files/samples/samples-6.6/PHP-SOAP_webservice-6.6.2.zip/download PHP-SOAP_webservice-6.6.2.zip] | | [http://sourceforge.net/projects/logicaldoc/files/samples/samples-6.6/PHP-SOAP_webservice-6.6.2.zip/download PHP-SOAP_webservice-6.6.2.zip] | ||
− | | | + | | New examples: Search_parametric.php and Document_createBinaryWithTemplate.php |
|- | |- | ||
| 6.5.2<br> | | 6.5.2<br> |
Revision as of 09:50, 21 June 2013
JAVA Examples
On SourceForge we have released an example project that Tests the WS features of LD and simultaneously shows the WS invocations with JAVA
LogicalDOC version | Sample |
6.6.2 | Java-WebServicesTests-6.6.2.zip |
6.5.1 | Java-WebServicesTests-6.5.1.zip |
6.4 | Java-WebServicesTests-6.4.zip |
6.2 | Java-WebServicesTests-6.2.zip |
6.0 | Java-WebServicesTests-6.0.zip |
5.0/5.1 | Java-WebServicesTests-5.1.zip |
.NET Integration
This is a sample Visual Studio 2008 project created to illustrate some C# .NET 2.0 invocations of the LogicalDOC web-services
LD version | Sample package |
6.6.2 | dotNET-WSClient-6.6.2.zip |
6.5.2 | dotNET-WSClient-6.5.2.zip |
6.4 | dotNET-webservice-client-6.4.zip |
6.0 | dotNET2WSClient-6.0.zip |
5.2.1 | dotNET2WSClient-5.2.1.zip |
5.0 | dotNET2WSClient-5.0.zip |
PHP Integration
The Web-Services of LogicalDOC are fully compatibles with PHP 5.3.3
A few days ago we released a set of example that shows the invocation of methods through the SoapClient (SOAP extension) for PHP.
As always you can download it from SourceForge.
LD version | Download Url | Notes |
6.7.1 |
PHP-SOAP_webservice-6.7.1.zip | Changes in: Search_parametric.php and Folder_workspaces.php |
6.6.2 |
PHP-SOAP_webservice-6.6.2.zip | New examples: Search_parametric.php and Document_createBinaryWithTemplate.php |
6.5.2 |
PHP-SOAP_webservice-6.5.2.zip | |
6.5.1 |
PHP-SOAP_webservice-6.5.1.zip | |
6.4 |
PHP-SOAP_webservice-6.4.zip |
Of particular interest is the new example Folder_downloadRecursively.php that lets you perform full backup of the repository starting from a given folder |
6.0 |
PHP-SOAP_webservice-6.0.zip | |
5.0/5.1 |
PHP-SOAP_webservice-5.1.zip |