Consuming a Web service using Javascript

前端 未结 6 1288
渐次进展
渐次进展 2020-12-09 18:17

Is there a way to consume a web service using JavaScript? I\'m Looking for a built-in way to do it, using a JavaScript framework is not an option.

6条回答
  •  感动是毒
    2020-12-09 18:52

    There is a small library written in javascript that can be used as a XML-SOAP client. I don't know if it works on all browsers but it might help you out. You can find it here

提交回复
热议问题