Home > database >  Pb access PHP webservice error to solve!
Pb access PHP webservice error to solve!

Time:09-17

I use PHP to write a webservice, one of the function to return back and forth with a string of data, and then through the pb easy soap wrote a program called, if small amount of data when using normal return data, but the data quantity is a little bigger (about more than 1 k) program is no response, unable to return the data correctly, I look at the log file, call the returned data is not complete, only returned to the part of the data, don't know how to solve?

CodePudding user response:

The
refer to the original poster u010800600 response:
I use PHP to write a webservice, one of the function to return back and forth with a string of data, and then through the pb easy soap wrote a program called, if small amount of data when using normal return data, but the data quantity is a little bigger (about more than 1 k) program is no response, unable to return the data correctly, I look at the log file, call the returned data is not complete, only returned to the part of the data, don't know how to solve?


Do not use pb agent, using mssoap to realize there is no this problem, or use pb11 above version of the pb, check the. Net engine to try again

CodePudding user response:

See if both sides character set is different.
  • Related