Consuming WCF service using jQuery

后端 未结 3 1529
自闭症患者
自闭症患者 2021-02-05 21:20

Up to now I have used Web services and it worked fine. I added a new WCF service.
I am calling the services using jQuery. This is how I used jQuery to consume the Web servic

3条回答
  •  醉梦人生
    2021-02-05 21:59

    You need to specify that the restful service will consume a Json object

    This link will help http://www.codeproject.com/KB/ajax/jQueryWCFRest.aspx

    Change the config :

    
      
        
      
    
    

提交回复
热议问题