Working with HTTP Requests
An HTTP request is mapped to an event.
HTTP requests are parsed and executed using either of the following approaches:
- Event based approach
- HTTP request is mapped to an event using deserializer.
- Action Rule Function based approach
- HTTP request parameters and data are retrieved using HTTP catalog functions and processed using rule function.
The Is Page Flow parameter of the destination identifies the approach followed by destination for processing HTTP requests. If the Is Page Flow parameter is set to true the HTTP request is processed using the Action Rule Function based approach otherwise Event based approach is used. This section explains the two different approaches for working with HTTP requests, and how to add an HTTP channel and destination.
For instructions on setting up a channel, see TIBCO BusinessEvents Developer’s Guide, Adding a Channel.
Copyright © TIBCO Software Inc. All Rights Reserved.