SAP Certified Associate – SAP Integration Suite — Question 10
You want to send messages over a SOAP adapter to an integration flow.
Which method do you use to send the messages?
Answer options
- A. POST
- B. PATCH
- C. UPDATE
- D. GET
Correct answer: A
Explanation
The POST method is designed for sending data to a server, which is essential for transmitting messages in a SOAP adapter. The other options, such as PATCH and UPDATE, are not standard methods for sending messages in this context, while GET is primarily used for retrieving data rather than sending it.