Sidebar

Posting Responses via qie.postMessageResponse() in a channel that uses an HTTP Listener source node

0 votes
132 views
asked May 13 by rich-c-2789 (17,490 points)
A listing of examples for posting a response in QIE using qie.postMessageResponse() in a channel that uses an HTTP Listener source node.

1 Answer

0 votes

The categories below list KB articles with examples posting a response in an HTTP Listener channel:
Note: qie.postMessageResponse() is not specific to HTTP Listener source nodes:

What source nodes does qie.postMessageResponse apply to?

 

Adding Response Code:

Responding to requests with HTTP status codes

 

Adding Headers:

Responding to requests with HTTP status codes

How do I set the 'Content-Type' in an HTTP Response?

 

Adding Content:

 

Text Content:

The KB articles linked above all contain examples of returning a response using qie.postMessageResponse() where the response was built using the string data type (as text).  Here are a couple more examples.

How can I post a response in a mapping node?

How can I configure a ProviderAndRegisterDocumentSet endpoint to listen for incoming messages ?

 

Binary Content:

Returning a Binary or Image File as the Response When Using qie.postMessageResponse()

 

MTOM Response:

How do I post a MTOM response using qie.postMessageResponse?

 

Redirecting:

What html code can be used in QIE to redirect to a different URL.

 

See also:

Handling HTTP requests and responses

answered May 13 by rich-c-2789 (17,490 points)
edited May 16 by rich-c-2789
...