I build web service clients and servers with NuSOAP - you'll need to 
make sure you get the latest version out of CVS.

Basically, you would do something like:

vendor('nusoap');

$strWSDL = 'http://www.someurl.com/path/to/wsdl';
$client = new nusoap_client($strWSDL, true);
$proxy = $client->getProxy();

$proxy->call('somemethod', $args);

And off you go.

-Erich-


Samuel DeVore wrote:
> no a problem in 5.x versions of php you'll be able to leverage
> http://us.php.net/soap
> 
> in 4.x you will probably want to use something like nusoap
> 
> http://dietrich.ganx4.com/nusoap/
> 
> On 5/4/07, dasiel <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> I'm working in a project and I need to use web services but I don't
>> know how web services are consumed  in Cake, the  web services are
>> based on SOAP and they are developed in .NET I don't know if this
>> could be a problem. Thanx a lot. Excuse me my english.
>>
>>
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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