Table of Contents

Search

  1. Preface
  2. Web Service Concepts
  3. Understanding the Web Services Provider
  4. Using the Web Services Hub Console
  5. Batch Web Service Operations
  6. Writing Client Applications
  7. Working with Web Service Sources and Targets
  8. Editing Web Service Sources and Targets
  9. Working with Web Service Mappings
  10. Working with Web Service Workflows
  11. Appendix A: Web Service Sample Client Applications
  12. Appendix B: Configure the Web Browser

Web Services Provider Guide

Web Services Provider Guide

getSessionLog

getSessionLog

Use this operation to get all the information in a session log in one operation. You must log in to the repository before you call this operation.
When a service session runs, the Integration Service writes information to the session log, such as initialization of processes, session validation, creation of SQL commands for reader and writer threads, errors encountered, and load summary. The amount of detail in the session log depends on the tracing level that you set. The getSessionLog operation returns the information in the session log.
To get session log information in increments, use the getNextLogSegment operation.
The following table describes the parameters for this operation:
Parameter Name
Required/ Optional
Description
SessionID
Required
Session ID generated after log in.
FolderName
Required
Name of the folder containing the workflow.
WorkflowName
Required
Name of the workflow that contains the session.
TaskInstancePath
Required
Path specifying the location of the task. If the task is within a workflow, enter the task name alone. If the task is within a worklet, enter
WorkletName
.
TaskName
. Enter the taskInstancePath as a fully qualified string.
Timeout
Required
Amount of time the client request keeps the connection to the Web Services Hub during this operation. If the operation does not complete within the timeout period, the operation fails.
ServiceName
Required
Name of the Integration Service that runs the workflow.
DomainName
Optional
Domain name for the Integration Service.

0 COMMENTS

We’d like to hear from you!