huge string problem |
Site Admin
|
There is no known limitation on the data size you can transfer with nusoap.
Could you please try to find a length of the string at which it will go through? |
||||||||||||
|
|
1 function GetResultXML ( $url ) {
2 $result = file_get_contents($url); 3 $resultLength = strlen($result); 4 return $result; 5 } There is no problem with line 3.I got 2576576 for $resultLength; But client side has got an empty string.I considered that there was a limit since i could have been returning an amount of XML with substr as following; 1 function GetResultXML ( $url ) { 2 $result = file_get_contents($url); 3 return substr($result,1,10000); 4 } |
||||||||||||
|
Site Admin
|
well, if roughly 10KB can go through nusoap, please try (10KB + 2MB)/2 and so forth. Either there are problems with transport layer or data content interferes with SOAP-XML it is packed into.
|
||||||||||||
|
huge string problem |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by