/** * SOAPClient4XG. Read the SOAP envelope file passed as the second * parameter, pass it to the SOAP endpoint passed as the first parameter, and * print out the SOAP envelope passed as a response. with help from Michael * Brennan 03/09/01 * * * @author Bob DuCharme * @version 1.1 * @param SOAPUrl URL of SOAP Endpoint to send request. * @param xmlFile2Send A file with an XM...
by real_time - Java文档中心 - 2007-12-11 15:01:07 阅读(803) 回复(0)
这样创建的client : $client = new SoapClient($path, array( "trace" => 1, "exceptions" => 0, "soap_version" => SOAP_1_2 )) 但是在用户几十万时 导致soap连接的服务器端soap端口处于close_wait状态的不断增多 很快导致端口挂掉 哪位高手帮忙,的确很着急,马上就上线了 谢谢谢谢