I'm using the PHP SoapClient class, and a particular function I am using is working great for requests around 300K and less. Requests closer to 600 or 800K just return a blank response, and it appears that nothing is happening. (Yes, I have "trace" on.)
The web service I am using is MantisConnect (a plugin for Mantis), and the function is mc_issue_attachment_add .
There's so little helpful information to be found online... I'm hoping someone has some information or things to try. It's very frustrating!
The web service I am using is MantisConnect (a plugin for Mantis), and the function is mc_issue_attachment_add .
There's so little helpful information to be found online... I'm hoping someone has some information or things to try. It's very frustrating!