I need to get and parse SOAP response, but SoapClient tells me like this:
Out of memory (allocated 387186688) (tried to allocate 87 bytes)
In other words, response is really huge so PHP (SoapClient) can't parse it. Is there any way to solve this problem? Thank you and sorry for my english.