我的客戶有一個PHP Web服務,他們希望我使用。 這是基於PHP的,而我的網絡是基於ASP的。可以用ASP調用PHP soap嗎?
的ASP代碼如下所示:
Dim soapclient
WSDL_URL = "http://xxx.xxxx.xx/index.php?Action=service"
set soapclient = Server.CreateObject("MSSOAP.SoapClient30")
soapclient.ClientProperty("ServerHTTPRequest") = True
旁邊錯誤恢復
soapclient.mssoapinit WSDL_URL「這裏的錯誤
是ASP可以調用一個基於PHP-肥皂服務?
或
我應該調整什麼?
非常感謝!
你會得到什麼錯誤? – jammus 2009-02-26 10:09:04