IBM
C9530-001 · Question #1
While developing a REST API what node should a developer use to receive messages?
The correct answer is C. HTTPInput Node. 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 HTTPInput node to receive an HTTP message from an HTTP client for processing by a
Message Flow Development
Question
While developing a REST API what node should a developer use to receive messages?
Options
- AMQInput Node
- BJMSInput Node
- CHTTPInput Node
- DSOAPInput Node
How the community answered
(44 responses)- A11% (5)
- B7% (3)
- C80% (35)
- D2% (1)
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 HTTPInput node to receive an HTTP message from an HTTP client for processing by a
Topics
#REST API#HTTPInput node#input nodes#message flow nodes
Community Discussion
No community discussion yet for this question.