Re: Consuming web services in CakePHP

2007-05-08 Thread francky06l
I am using nusoap for webservice, using the component available in Rossoft site ..Quite easy to put in place, I did make some modifications for specific purpose but the out of the box works great. On May 7, 4:29 pm, Erich C. Beyrent [EMAIL PROTECTED] wrote: I build web service clients and

Re: Consuming web services in CakePHP

2007-05-07 Thread Erich C. Beyrent
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 =

Consuming web services in CakePHP

2007-05-04 Thread dasiel
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.

Re: Consuming web services in CakePHP

2007-05-04 Thread Samuel DeVore
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