What are the problems of calling a Web method synchronously?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the problems of calling a Web method synchronously?
Rating:
There are various problems associated with synchronous Web method calls. Some of them are as follows:
- The Web method might generate an error.
- The Web method might complete successfully but takes a long time duration to complete the call.
- When more than one Web method is called, waiting for each method call to complete individually is wasteful.
Rating:
Was this information helpful?
Other articles
- What are the four stages that handle an incoming SOAP message from the client?
- What is Web service discovery?
- What is the Singleton activation mode?
- How to test a Web service?
- What are Marshal-by-value objects?