Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Web services invocation can take place synchronously or asynchronously. Synchronous invocation, a two-way communication mechanism, means “invocation is happening at the same time.” It essentially means that the service method or a function call is a blocking call. Blocking calls can be classified into two types:
Request-Response
Solicit-Response