This section describes the available APIs and Services that can be used to interact with SmartObjects at runtime.
Technology | Available interfaces | Typical use and additional notes |
---|---|---|
.NET Assemblies | SourceCode.SmartObjects.Client | Execute SmartObject methods from .NET code |
SourceCode.Data.SmartObjectsClient | ADO.NET Provider: execute SmartObject methods from technologies capable of consuming an ADO.NET data source | |
SourceCode.SmartObjects.Services.Management | Exposes functions to manage deployed SmartObjects and manage Service Types, Service INstances and Service Brokers | |
WCF Services | http://[servername]:[port]/SmartObjectServices/wcf/[smartobject] | Use .NET code to execute SmartObject methods through a Web Service. The WCF service provides strongly-typed classes which makes development easy. |
REST Services | http://[servername]:[port]/SmartObjectServices/rest/[smartobject]/[method] | Execute SmartObject methods through a Web Service from any technology capable of interacting with REST web services |
Video | Links | Learn | Support |
No videos found for this article K2 on YouTube
No Additional links found for this article
No self-learning content for this article Try some scenarios...
No relevant support links available for this article
|