Which of the following describes how communication occurs when a Web Services client sends a request to an application server?
Which of the following describes how communication occurs when a Web Services client sends a request to an application server?
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.
So the answer is D
There are two ways of communication: 1. SOAP over HTTP through embedded http server 2. SOAP over JMS directly to messaging engine
Answer is A,