I have call web service of other site and use it in my site through JavaScript or Jquery or other JavaScript framework. how can i do ?
1 Answer
Your question is not exactly what I'd call specific but I guess you are looking for something like $.ajax in jQuery. See: http://api.jquery.com/jQuery.ajax/ for explanation and examples.
2 Comments
Bhargav Mistri
but this method only used when web service is published in your application, but i want to call web service from other site like for weather for cast.
m90
What makes you think this isn't capable of cross-domain AJAX? I used this with several APIs (flickr mainly) by now and it always worked fine. See the cat example at: api.jquery.com/jQuery.getJSON