Multiple choice technology web technology If you want to handle asynchronous call,which protocol you will use: SAOP HTTP/HTTPs TCP/IP+JMS REST Reveal answer Fill a bubble to check yourself B Correct answer Explanation While SOAP and REST are architectural styles, HTTP/HTTPS are the underlying protocols used for asynchronous communication in web services (often via AJAX or callbacks). However, JMS is also a common choice for enterprise async messaging.