HTTP Operation Notifications
Provides a comprehensive list of operation notifications sent from the HTTP Module.
AcceptEncodingType
The type of Accept-Encoding in the request-header field.
CommonHandlerError
An error occurred handling the request received by the activity. Possible reasons are I/O or operation exceptions.
CompressFormat
Indicates the type of Content-Encoding in the response from the server.
ContentEncodingType
The type of Content-Encoding used in the header in the outgoing request.
DecompressedEncoding
Content-Encoding of the incoming request to the receive activity.
HttpListenerStop
Information regarding the stopping of a listener on a specific port.
IncomingContentEnc
The Content-Encoding type in the request header received by the receive activity
ReadInputHeaders
The input parameter header is not mapped by the user.
ReceiveOperationError
An error occurred while processing the request received by the receive activity due to an unsupported Accept-Charset encoding.
ReceiveResponseBody
The response sent by the receive activity to a request.
ReceiveURIPortInfo
Information regarding the URI and Port where the server is listening.
RegisterKeyStore
An error occurred while registering the key store.
ReplyCompressFormat
The Content-Encoding used by the send reply activity.
ReplyUnMarshalHeader
An error occurred while reading input headers in the reply activity.
RequestActivate
The request activity failed to activate.
RequestIgnoredHeader
The header was ignored because it is not a supported type. Supported types are gzip, deflate or compress.
RequestParamsDetails
Parameter details, including URL and method, used for the post activity
ResponseBodyBinary
The response body is binary.
ResponseBodyNotBinary
The response body is not binary.
ResponseDefinition
Response definition received from the server for the performed post.
SendRequestOperation
The Send Request operation failed either while starting the activity or while executing it. Caused by an I/O or operation exception.
ServerResponseCode
Post response code received from the server.
UnSupportedMedia
Request is an unsupported media type.
UnsolicitedEncoding
The server reply contains Content-Encoding which is not acceptable by the client.
UnsupportedEncoding
The Content-Encoding in the request header is not supported by the receive activity.
Parent topic:
HTTP Module