views:

50

answers:

1

Hi.

I've recently updated the versions of PHP5 and Apache2 on 2 debian machines. I have SOAP services on them both (they're both behind a load balancer), and on one they work, the other they don't.

The one that doesn't work is a 64 bit machine. I'm using PEAR SOAP and wondered if anyone had seen any issues like it or knew of any work arounds?

Thanks in advance!

A: 

Please use the PHP SoapClient class, it's more recent and stable.

cweiske