Use SoapClient in cakephp

Hi Yves,

It should work. I have implemented the SoapClient recently in a project. Have you tried to execute this code?

The main difference or thing I would suggest is to add the right import:

use SoapClient;

Saludos,