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

getNextLogSegment

getNextLogSegment

Deprecated operation. This operation gets the information in a session or workflow log in increments.
The getNextLogSegment operation returns a portion of a session or workflow log. You must log in to the repository before you call this operation.
Use this operation with the startSessionLogFetch or startWorkflowLogFetch operation. Call the getNextLogSegment operation with the log handle generated by the startSessionLogFetch or startWorkflowLogFetch operation until the end of log is reached.
To get session log information in one operation, use the getSessionLog operation. To get workflow log information in one operation, use the getWorkflowLog operation.
The following table describes the parameters for this operation:
Parameter Name
Required/ Optional
Description
SessionID
Required
Session ID generated after log in.
LogHandle
Required
Log ID generated by the startSessionLogFetch or startWorkflowLogFetch operation. You must call the startSessionLogFetch or startWorkflowLogFetch operation before you call this operation.
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. The timeout period starts when you call the startSessionLogFetch or startWorkflowLogFetch operation.

0 COMMENTS

We’d like to hear from you!