Understanding The Job Submission Web Service - Lexmark C792 Manual

Lexmark document distributor sdk guide
Hide thumbs Also See for C792:
Table of Contents

Advertisement

Developing workflow solutions
Services
Services are used for processing and routing documents, as well as providing confirmation of the job to the user after
document capture. Services may also be used during document capture for processing answers to prompts, such as
checking passwords. However, you should avoid excessive processing between successive prompts to prevent
unexpected delays for the user.
Use the following structure to create, manipulate, and execute a service:
// Create an instance of the service object "ServiceClass"
var myService = new ServiceClass();
// Set properties of the service object
myService.field1 = value1;
myService.field2 = value2;
// Execute the service
myService.execute();
Note: Services that require a user to scan a document should not be used when developing a script to be run on a
schedule.

Understanding the Job Submission Web Service

The LDD 4.x Job Submission Web Service allows any Web service‑capable client software to interact with an LDD system.
Select'N'Send and the Lexmark Document Server Port use this service, and eSF applications used in hybrid solutions
can use it as well. For an example, see the TestHybrid example templates.
Through the Web service, clients can:
Query the system for the profiles available to a client system based on the IP address of the client.
Submit documents to the LDD system.
Execute a profile to process documents.
Query the system for task progress and status.
The following requirements must be met for the Web service to be available to a client:
A software client license is installed for the client.
The IP address of the client has been added to a software client group.
49

Advertisement

Table of Contents
loading

This manual is also suitable for:

C925X792X925Document distributor 4.6.02

Table of Contents