Salesforce/PHP - outbound messages (SOAP) - memory limit issue? DOMDocument::loadXML() Premature end of data in tag issue?

A PHP memory issue will say PHP Fatal error: Out of memory (allocated 250871808)... This is more likely to be incorrectly terminated or truncated data originating from the Salesforce platform - try debugging the first error from SF. EDIT: OK, it looks like you're grabbing data in an antiquated manner. Try replacing fread() with stream_get_contents(), and also echo $content straight after you get it to check the output.

Please see update – Phill Pafford Mar 17 '10 at 16:59 yep that's what I did in the update, it's working now but having issues with Salesforce and Acknowledging the bulk request. I've seen some say that you could send the ACK file for the whole SOAP message but I can only get it to work if I do it for each message. I know thats another question but any thoughts?

– Phill Pafford Mar 17 '10 at 18:51.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions