I'm working on a client web site that uses asp classic and wanna to connect this web service https://acquirer.sb24.com:2789/ref-payment/ws/ReferencePayment?WSDL
which uses https
protocol.
this is my code :
SET oSOAPay = Server.CreateObject("MSSOAP.SoapClient30")
oSOAPay.ClientProperty("ServerHTTPRequest") = True
Call oSOAPay.mssoapinit(WebService, "ReferencePayment")
this code works with http web services. any solution to initial http soap web service?