eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

en:howtos:plugins:webservices:ebisssample

Setup in eBiss

In order to set up your web service in eBiss, a Web service event listener as well as a BackendObjectRetriever jobstep will be used

Checklist

  • Web service developed according to the example?
  • Added compiled .dll in eBiss under ./Plugins?
  • Restarted service or Shadowcopy restarted? (Note: Count up assembly version when changes are made)

Configuration of the Eventlistener Web Service

We need a Web service event listener and configure it according to your webservice, among other things:

  • Active: Yes
  • Job: Here we need a job with a BackendObjectRetriever - More details can be found below
  • User: A user 1), under which the Eventlistener should be started.
  • URL: Please enter a fully qualified URL to which the webservice should be bound. A local example could be: 'http://127.0.0.1:8093/API'.
  • Web service type: Here you select your previously programmed web service. If your .dll is in the PlugIns directory, it should appear here.
  • Binding-Tye: A binding type suitable for your application. For our example: 'Web Raw HTTP binding'.

Configuration of the BackendObjectRetriever

After you have configured the Eventlistener Web service, you need a receive job that contains an .
Create a new job and add the BackendObjectRetriever in the first place.

Settings:

  • BackendType: eBiss.WebServices.WebServiceBackendObjectSender
  • Message box: A corresponding message box in which the received messages are to be stored.

Afterwards you can configure your jobs according to your desired processing.

1)
Here it is recommended to create a “Eventlistener” or “Automation” user. So you can distinguish later between Eventlistener and actual user.
en/howtos/plugins/webservices/ebisssample.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1