'Uncaught ReferenceError: runSOAP is not defined how to runSOAP From consol

// Calling the Web Service with the parameters
runSOAP(url, method, args, function(soapError, clientError, response) {
    let parser = new DOMParser();
    // parsing the result

i cant runSoap from Console how can i do it ????



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source