|
class | Kofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscRequest |
| This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. More...
|
|
class | Kofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscDocTrackingRequest |
| Request for writing a document tracking event at the server side. Unused in KFS 4.x and later versions. Kept for backward-compatibility purposes. More...
|
|
class | Kofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscDocTrackingResponse |
| This is a Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. More...
|
|
interface | Kofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortType |
| Service for sending document tracking events to the server. More...
|
|
interface | Kofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortTypeChannel |
| Channel for sending document tracking to server. More...
|
|
class | Kofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortTypeClient |
| Client for sending document tracking to server. More...
|
|