How is a SOAP call possible without WSDL?
问题 I am confused over how my SOAP call is working below. We had a product upgrade to our software, and the WSLDs hosted at https://"+host+"/tc/services/BotOps-2018-11-ASMLBotOps?wsdl are moved to a different location, which is not accessible via web. My existing code looks like this: var options = { url:"https://"+host+"/tc/services/BotOps-2018-11-ASMLBotOps?wsdl", method:'POST', body:xml, headers: { 'Content-Type':'text/xml;charset=utf-8', 'Content-Length':xml.length,