I have a PHP SOAP XML file size problem that I was wondering if anyone has seen before. I have an XML file that when I put it through my PHP script with 270 lines (13,082 KB) it works fine. If I make it 271 lines (13,112 KB), it causes the script to end with a soap fault.

I've tried adding substance to the 270 lines to make the file bigger with out adding lines, but it didn't fail.

I've installed everything on a second...