What is the best way to call a .net webservice using jquery?

前端 未结 6 1370
粉色の甜心
粉色の甜心 2020-12-17 04:19

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

6条回答
  •  独厮守ぢ
    2020-12-17 05:11

    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.

提交回复
热议问题