I have a question for an PHP/SOAP-Client issue. I've searched already for a solutions at stackoverflow.com but I haven't found something what leads me to a solutions.
I have wrote an PHP-Soap-Client which sends requests to an .NET-Webservice. One function of this Webservice is to receive documents. Every thing works fine until the received document isn't larger than 30 MB. If I try to get a document larger than 30 MB then the server returns the CGI-Error.
The server where I run that PHP-Soap-Client is an Windows 2003 Standard with IIS6. PHP-Version is 5.2.17 (sorry for that. I know that version is an old one but I can't update PHP because of some needed extensions).
Did anybody had such an issue and solved it? Or has anybody maybe a solution for it?
Best regards Markus