I\'d like to call a .net webservice from another domain using only jquery.
What is the best way to do this? and are there any configuration changes I need to be awar
Would a better approach be to use: Jquery.getJSON?
See: JQuery.getJSON
This raises the question of how to output JSON compliant data using a webservice or similiar mechanism.