Comment 6 for bug 1160336

Revision history for this message
Tomasz (Tomek) Muras (zabuch) wrote :

This must be a bug in mod php or PHP. The behaviour is random so it may relate to cache or some condition race.

The workaround for the issue is to add this:
libxml_disable_entity_loader(false);

before creating new SoapClient.