Consuming a Web service using Javascript

前端 未结 6 1278
渐次进展
渐次进展 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 19:03

    You can use the XMLHttpRequest object, but since you don't want to use any JavaScript frameworks, you will have to marshal and unmarshal the SOAP envelopes yourself.

提交回复
热议问题