Calling REST web services from a classic asp page

前端 未结 7 1819
既然无缘
既然无缘 2020-12-01 01:16

I\'d like to start moving our application business layers into a collection of REST web services. However, most of our Intranet has been built using Classic ASP and most of

7条回答
  •  天命终不由人
    2020-12-01 01:31

    Here are a few articles describing how to call a web service from a class ASP page:

    • Integrating ASP.NET XML Web Services with 'Classic' ASP Applications
    • Consuming XML Web Services in Classic ASP
    • Consuming a WSDL Webservice from ASP

提交回复
热议问题