Hi,

I'm creating a web app that downloads sms messages from an M2M server using a Soap Client.

The problem I am getting is that the SoapClient is not being found when i do this:

$m_obj_client = new SoapClient($m_wsdl);

The error i receive is:

Fatal error: Class 'SoapClient' not found in C:\Program Files\EasyPHP-5.3.9\www\

What I am confused with is that there should not even have to be a SoapClient class so I do not know why it is doing this?

Any help would be much appreciated.

Never mind, solved it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.