Ajax and webservices

I am using java webservices and ajax

my question is ....
how to connect to webservices from ajax


server : oracle app server

Questions by arulkandan

Showing Answers 1 - 6 of 6 Answers

Ajax and web services are a perfect match for developing web applications. Ajax has built-in abilities to access and manipulate XML data, the native format for almost all REST and SOAP web services.

Reference:http://www.ibm.com/developerworks/webservices/library/ws-wsajax/

  Was this answer useful?  Yes

rpeters83

  • Dec 8th, 2008
 

Using a lightweight protocol such as JSON you can use opensource frameworks such as jQuery to consume a web service (returning serialized data) to the javascript which can then be manipulated like an object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions