I am new in Cakephp. I want to use soap in cake. I already implemented
the same in general php coding in this way-

include("SOAP/Client.php");

$WSDL = new SOAP_WSDL('http://test.net/webservice.asmx?WSDL');
$soapclient   = $WSDL->getProxy();
$soapclient->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 0);
$soapclient->setOpt('curl', CURLOPT_SSL_VERIFYHOST, 0);

$totalData  = $soapclient-
>GetSearchParams('test','test','','','EN','','1');

How to implement it in Cake? Where to place the Soap folder in cake?

Please help me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to