To allow a system to obtain data from another system. The client system is written in python and the server uses php. Python access & quot; importsudsurl & #39; www. xxxx. cnsoapService. php? Wsdl & #39; clientsuds. client. client (url) resultclient. service. afunction (param1, param2) & quot; the cache on the php server has been turned off. I cyclically run the resultc soapphppythonweb service 1000 times each time.
To allow a system to obtain data from another system.
The client system is written in python and the server uses php.
Python access
Import sudsurl = 'http: // www.xxxx.cn/soap/Service.php? Wsdl 'Client = suds. client. client (url) result = Client. service. afunction (param1, param2)
The php server cache has been disabled.
Result = client. service. afunction (param1, param2)
Sometimes the second or third call is successful.
Sometimes it takes several hundred times to succeed.
Occasionally failed 1000 times
Why is it so unstable? is there any parameter I have not set?