SOAP Request in Classic ASP
问题 I have the following simple Soap request code. (using classic ASP) I've read many tutorials on consuming SOAP feeds in classic ASP, but none of them seem to work at all. I try the following code: soapEnvelope = _ "<soapenv:Envelope xmlns:soapenv=""http://schemas.xmlsoap.org/soap/envelope/""" &_ "xmlns:etp=""https://test.mpay24.com/soap/etp/1.5/ETP.wsdl"">" &_ "<soapenv:Header/>" &_ " <soapenv:Body>" &_ " <etp:SelectPayment>" &_ " <merchantID>XXXXXX</merchantID>" &_ " <mdxi>" &_ " <Order>" &_