HTTP Palette
Using the HTTP Palette you can send and receive HTTP requests.
- HTTP Receiver
HTTP Receiver is a process starter activity that starts the process based on the receipt of an HTTP request. - Send HTTP Request
Send HTTP Request is an asynchronous activity that sends an HTTP request and waits for a response from the web server. This activity sends a request to a server that is compliant with either the HTTP 1.0, 1.1, or 2.0 specification. HTTP 2.0 is supported only when the HTTP version at the client shared resource is set to HTTP 2. TIBCO ActiveMatrix BusinessWorks™ automatically sends the request using the correct version based on the version supported by the HTTP server. Therefore, do not specify the HTTP version of the server you are sending the request to. - Wait for HTTP Request
Wait for HTTP Request is a signal-in activity that waits for an incoming HTTP request in a process. The process instance suspends until the incoming HTTP request is received. - Sending Data in the HTTP Request
You can use several HTTP methods in an HTTP request. Each method sends data in the request in a different manner. For example, the GET method uses the query string of the RequestURI to pass parameter and value pairs. Other methods use the HTTP message body to send data in the request. - Send HTTP Response
Send HTTP Response is a synchronous activity that sends a response to a previously received HTTP request. This activity is used in conjunction with the HTTP Receiver process starter activity and the Wait for HTTP Request activity. The default status line returned by this activity is 200 OK. For HTTP 2 communication, the default status line returned by this activity is 200 null.
Copyright © Cloud Software Group, Inc. All rights reserved.