Posted by: Pdfprep
Post Date: December 11, 2020
While developing a REST API what node should a developer use to receive messages?
A . MQInput Node
B . JMSInput Node
C . HTTPInput Node
D . SOAPInput Node
Answer: C
Explanation:
Each resource in the REST API has a set of operations that can be called by an HTTP client. An operation
in a REST API has a name and an HTTP method (such as GET, POST, or DELETE).
Use the HTTP Input node to receive an HTTP message from an HTTP client for processing by a message flow.
References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/ bi12017_.htm
Leave a Reply