Use SoapClient in cakephp

As far as I know, you could begin by:

  1. Defining where to put the code. Wich model or controller should be responsible for this behavior
  2. Then, add the dependency to that class:

use SoapClient;

  1. Create a method that does the job
  2. Put your code in that method

Saludos,