在asp classic中连接到https SOAP Web服务

时间:2012-07-02 06:49:44

标签: soap asp-classic

我正在使用asp经典的客户端网站,并希望连接使用https://acquirer.sb24.com:2789/ref-payment/ws/ReferencePayment?WSDL协议的此Web服务https。 这是我的代码:

SET oSOAPay = Server.CreateObject("MSSOAP.SoapClient30")
oSOAPay.ClientProperty("ServerHTTPRequest") = True
Call oSOAPay.mssoapinit(WebService, "ReferencePayment")

此代码适用于http Web服务。最初的http soap web服务的任何解决方案?

0 个答案:

没有答案