Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this Page

Table of Contents
maxLevel2
excludeAdditional Resources|Related Links

Polling Mechanism

Design a polling mechanism for change capture using the IDoc Listener Snap and update the Master Data table with the change. Because the documents are not received from the FeedMaster, the output view of the pipeline is closed.

Image RemovedImage Added


Real-time API for Web-service

Design a real-time API for on-premises web services to be used in the cloud. The Pipeline below uses information in the incoming document to validate the user, parse the request, call an on-premises application server and return the response. For robust processing, error handling capability and an additional output view to return errors in case of failure have been added to the Pipeline design.

Image RemovedImage Added


Consumer Endpoint 

A consumer endpoint can be defined by using the JMS Producer Snap to consume documents from the data feed, by creating an Ultra Pipeline with 1 input view. Because the FeedMaster functionality is based on a request-response framework, for every request document sent to an Ultra Pipeline task instance, the FeedMaster must receive a response, implying that at least one output view should be present. The Ultra Pipeline shown below reads data from an input document, parses and writes to the JMS queue, and a copy of the response is returned back to the caller.

Image RemovedImage Added