eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

en:howtos:plugins:webservices:start

Create your own web service

In eBiss you have the possibility to create your own web services and to publish them via the eBiss service.
You can use the following example for this purpose. We subdivide the example into the development of the code as well as the subsequent setup in eBiss.

Generally this is done using the BackendObjectRetrieverEx Jobsteps which are configured with the backend type eBiss.WebServices.WebServiceBackendObjectSender.
Optionally, you can use the right side of the Jobstep to perform further processing of the data received.

A .NET 4.5 project in Visual Studio (project template “Class Library”) serves as the basis for the implementation of the web service.
The resulting .dll must be stored in the “./Plugins” directory below the eBiss installation directory.

Explanation of the example

en/howtos/plugins/webservices/start.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1