problem with calling remote ASMX using jQuery

前端 未结 4 1841
一向
一向 2021-01-21 10:52

Been trying my best to understand this correctly. What is the difference between an XML, SOAP and JSON response? And how does one know how to call a web service whose response i

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-21 11:41

    The problem has to do with Cross-Site posting. You may be getting the error "Access to restricted URI denied code: 1012" because you are posting to a WebService in another domain.

    Please refer this post on Error 1012

提交回复
热议问题