Methods of consuming web services in AJAX?



Methods of consuming web services in AJAX?..

Answer / Yadvendu Abhishek

There are several methods for consuming web services in AJAX:
1. Using XMLHttpRequest: This is a built-in JavaScript object for making HTTP requests.
2. Using jQuery's $.ajax() method: It simplifies the process of making AJAX requests and handling responses.
3. Using third-party libraries like MooTools or Prototype.
4. Using Google's GWT (Google Web Toolkit) for creating complex AJAX applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Why do we use the xmlhttprequest object in ajax? : asp.net ajax

1 Answers  


What is the difference between synchronous postback and asynchronous postback? : asp.net ajax

1 Answers  


Would we be able to settle the updatepanel controls?

1 Answers  


Is ajax built into javascript?

1 Answers  


Are there any security issues with ajax?

1 Answers  


Why does html_ajax hang on some server installs?

1 Answers  


Should I use an http get or post for my ajax calls?

1 Answers  


Which is the purpose for using the scriptmanager?

1 Answers  


How do I provide internationalized ajax interactions?

1 Answers  


What is ajax method?

1 Answers  


Explain the step property of the numericupdownextender control? : asp.net ajax

1 Answers  


What is the difference between synchronous and asynchronous requests?

1 Answers  


Categories