用php的soapclient,默认是60秒。可在php.ini里配置,
重启APache
或者在PHP代码里做设置
ini_set('default_socket_timeout', 300);//设置socket超时时间