<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://pranke.com/hilfe/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://pranke.com/hilfe/feed.php">
        <title>eBiss 3 en:howtos:plugins:webservices</title>
        <description></description>
        <link>https://pranke.com/hilfe/</link>
        <image rdf:resource="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-11T12:25:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:bundling&amp;rev=1747912644&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:codesample&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:ebisssample&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:start&amp;rev=1708413315&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico">
        <title>eBiss 3</title>
        <link>https://pranke.com/hilfe/</link>
        <url>https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:bundling&amp;rev=1747912644&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-22T13:17:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Web service request bundling</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:bundling&amp;rev=1747912644&amp;do=diff</link>
        <description>Web service request bundling

When you set up a web service, an eBiss job is started for each web service request. This is normally ok.

If clients send you many small requests, you have the option of bundling these web service calls with request bundling:</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:codesample&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Developing the web service</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:codesample&amp;rev=1708413315&amp;do=diff</link>
        <description>Developing the web service

Below you will find a code example as well as information about the required references.

Interfaces

The interfaces relevant for the creation are located in the eBiss.Api.dll to which a reference in the .NET project must be added. Always make sure to use the latest version of the library.</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:ebisssample&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Setup in eBiss</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:ebisssample&amp;rev=1708413315&amp;do=diff</link>
        <description>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)</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:start&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Create your own web service</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:webservices:start&amp;rev=1708413315&amp;do=diff</link>
        <description>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 webservices index</description>
    </item>
</rdf:RDF>
