Author: pdassnyc | Posted on: 3/31/2009 9:07:14 AM | Views : 1124

Hi,
I'm building an application that will use ajax to call a webservice to get some data, going to use the scriptmanager control and have the call made via javascript.  my question was does the webservice i'm going to call have to be in the same project?  what if the webservice was say amazon.com or weather.com webservice, a free public one, can i call that directly, via scriptmanager and js? or do i need to make a .asmx file locally in the project and have that file make the call to the public service?  Also can i call a service, using the same scriptmanager and js calls, if the webservice is in another soln or project file? or running on another machine? i just want to know if the scriptmanager can reference any service, or is it restricted to only  .asmx files in the current project or soluntion file?
 thanks.

...

Go to the complete details ...