The JobStep JobFileRequestRouter is used in conjunction with the BackendObjectRetrieverEx and the webservice event listener.
I allows a file to be handed over to eBiss via a standardised webservice interface which can be implemented in an external client.
The request can either contain the payload in a direct manner or contain a reference to the files location. In the second case, the JobFileRequestRouter itself will access the files content.
The message can then be processed as usual, delegated to another job or forwarded to another instance of the eBiss webservice via use of the JobRequestForwarder.
Das interface is defined as follows:
Sends a local file (accessible for the eBiss service)
Parameter: JFEReq
Sends data that is directly contained in the Content field of the request.
Parameter: JFEReq
In both cases, the result is of type JEResp
The service can be called like this:
eBiss.CommandClient ––JobFileRequest [URL defined in the listener] [Full file path] [Recipient ID]