My customer has a PHP web service, that they want me to use. It's PHP-based, while my web is ASP-based.
ASP kod şöyle görünür:
Dim soapclient
WSDL_URL = "http://xxx.xxxx.xx/index.php?Action=service"
set soapclient = Server.CreateObject("MSSOAP.SoapClient30")
soapclient.ClientProperty("ServerHTTPRequest") = True
hata özgeçmiş sonraki
Burada soapclient.mssoapinit WSDL_URL 'hatası
ASP PHP tabanlı bir sabun hizmeti çağırmak mümkün mü?
veya
Ne ayarlamak gerekir?
Thanks a lot!