Exam C9510-418 All QuestionsBrowse all questions from this exam
Question 28

Which of the following describes how communication occurs when a Web Services client sends a request to an application server?

    Correct Answer: A

    When a Web Services client sends a request to an application server, the communication typically occurs through SOAP (Simple Object Access Protocol) over HTTP (HyperText Transfer Protocol). This method is standard because HTTP is a widely used protocol that serves as a reliable transport mechanism, and SOAP is a protocol designed specifically for exchanging structured information in web services. The communication process involves passing the request through the web services engine, which handles web service calls and processes the SOAP messages.

Discussion
abrshglkOption: D

So the answer is D

abrshglkOption: A

There are two ways of communication: 1. SOAP over HTTP through embedded http server 2. SOAP over JMS directly to messaging engine

feyrbrantOption: A

Answer is A,