php - Is there any way to get WSDL in use by SoapClient? -


i have wsdl accessible through http. create soapclient in php script

$client = new soapclient("http://example.com/service.wsdl"); 

as part of call soapclient downloads wsdl file (or reuses cache). there way copy of wsdl apart re-downloading source? re-downloading not need wsdl may differ cached version. need copy of wsdl (in xml form) in use soapclient.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -