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

前端 未结 6 1371
粉色の甜心
粉色の甜心 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:14

    First, I'm not really sure if cross-site ajax as implemented in jquery will work in all browsers (firefox 3) just like that. Second, I assume you are talking about a SOAP web service. I'd rather not do that. It'll be very complicated to implement.

提交回复
热议问题