Consuming Rest Web Service that returns XML via Javascript and/or PHP -


i have web service consume javascript. i've tried reading documentation on jquery using jsonp, believe web services return json data?

a few questions. have web service returns xml, it's rest web service. have use xml client or if try use json client "figure out"?

is there way return cross site web services via jquery via javascript in xml? can't seem find example anywhere.

jquery can load xml via ajax. http://api.jquery.com/jquery.ajax/ search "datatype", there xml option. believe can use jquery selectors pull data out of xml. don't think there way deserialize xml object part of jquery, you'll need extract xml information manually.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -