Hi all...
I have a problem with nusoap.
I created a soap_server in a php file. This file also contains a function called "search" which returns a string variable.
Here is the problem:
When I call this web service function,
If the return variable is small, everything is ok,but when this variable is larger than about 8300 characters, it returns nothing.
I have tried to change php.ini variables to large values (memory_limit=200M,output_buffering=4000000,post_max_size=200M,upload_max_filesize=40M)
but the problem still exists.
Any ideas ??????????
Thanks.