Multiple choice In accessing a web service through 'synchronous call', application can make a call to the web service and then continue to perform the needed task a service notifies the application when it is ready application has to wait until execution is completed None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation In a synchronous call, the client application is blocked and must wait for the web service to complete execution and return a response before it can continue. The application cannot perform other tasks during this waiting period.