I am using the MantisConnect webservice (a plugin for Mantis), which I've gotten to work just fine for functions involving a small amount of data.
However, when trying to use mc_issue_attachment_add, to add an attachment, the attachment only succeeds for files around 300K and less. Files closer to 600 or 800K just return a blank response.
There's so little helpful information to be found online... I'm hoping someone has some information or things to try.
More info:
1. Yes, I have "trace" on, which has helped me get to this point, at least.
2. I've tried adding the compression parameter to my SoapClient object, but I can't tell if that's doing anything.
3. For the smaller attachments, those are working perfectly.... I am base64 encoding the file contents and it works great.
However, when trying to use mc_issue_attachment_add, to add an attachment, the attachment only succeeds for files around 300K and less. Files closer to 600 or 800K just return a blank response.
There's so little helpful information to be found online... I'm hoping someone has some information or things to try.
More info:
1. Yes, I have "trace" on, which has helped me get to this point, at least.
2. I've tried adding the compression parameter to my SoapClient object, but I can't tell if that's doing anything.
3. For the smaller attachments, those are working perfectly.... I am base64 encoding the file contents and it works great.