Mar 27 2008

Intellisense with Client-side Proxy Classes in AJAX

Category:Bil@l @ 22:22

I was trying to find out how to enable JavaScript Intellisense for webservices' client-side proxy classes when we are accessing client-proxy classes in external JS files?

I couldn't find a simpler solution than to:

  1. Run the application
  2. Download the client-side proxy class
  3. Save the content to a JavaScript file as the name of the Webservice and the extension of .js
  4. Add a /// <reference path="MyProxy.js" /> to the external JS file
  5. Intellisense enabled!

Is there an easier way of doing the same?

 

Regards

Tags:

Comments are closed