How do i get access to SOAP response property?
问题 All Form last few days i am finding how to access soap using JS, and after all i got the solution from this link Simplest SOAP example Now i am able to get my soap request in alert. but i want to use its property and want to print the response (i mean parse response and display) this is my code const xmlhttp = new XMLHttpRequest(); xmlhttp.open('POST', 'http://service.project-development-site.de/soap.php', true); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4) { alert