0

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 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

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.
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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.